Скачать Resource Provider Library (FABRIC) — Minecraft Моды — ModStock

Resource Provider Library (FABRIC)

Активный

Установок

4

Последнее обновление

2 года назад
Клиент
Fabric
Quilt
Forge
Neoforge
Библиотеки

Resource Provider Lib

This library is written for Fabric. Core functionalities for this library:

  • To provide users the ability to append custom resource pack providers to Minecraft using Java code.
  • Give user API in Java to generate resource and data packs programmatically.

 

What is a resource pack provider?

It is a component, function, and object that appends packs to the resource pack selection screen and data packs at the data pack selection screen.

 

Resource, Asset, and Data packs in this API?

  • Asset pack. Pack that contains resources for clients. Like block and item models, and textures.
  • Data pack. Pack that contains resources for clients and servers. Recipes for crafting, cooking, etc. Functions, loot tables.
  • Resource pack. Combination of asset and data packs.

 

API that allows generating Asset and Data packs?

ResproRegistry.registerAssetPack and ResproRegistry.registerDataPack are entry points for generating and registering custom resource pack. Asset pack generator allows you to generate custom item models, block states, set pack icon, name, and description. Datapack generator allows you to generate recipes for Custre mod.

 

Development future?

I will keep this mod updated for new Minecraft releases, and implement functionality for the data pack generator, like custom recipe generation, loot table generation, and custom data generation for other mod support. And update functionality the same way as with the data pack generator. Make a wiki page with a guide on how to use this mod, library.

Участники проекта
cebbys_dev

cebbys_dev