Minecraft Resource Provider Library (FABRIC) mod 2026 download
logo
minecraft mod Resource Provider Library (FABRIC)

Resource Provider Library (FABRIC)

Game Version: 1.18.2
Total Downloads: 2,334
Updated: Jul 21, 2022
Created: Sep 17, 2021
Download Resource Provider Library (FABRIC)Download Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
respro-0.2.1.jar release 771.11 KB Jul 21, 2022 1.18.2 0 download Resource Provider Library (FABRIC) respro-0.2.1.jar releaseDownload
respro-0.2.0.jar release 771.13 KB Jul 20, 2022 1.18.2 22 download Resource Provider Library (FABRIC) respro-0.2.0.jar releaseDownload
respro-0.1.1.jar beta 739.69 KB Apr 22, 2022 1.18.2 2,286 download Resource Provider Library (FABRIC) respro-0.1.1.jar betaDownload
respro-0.1.1.jar alpha 174.04 KB Sep 17, 2021 1.17.1 26 download Resource Provider Library (FABRIC) respro-0.1.1.jar alphaDownload

Description

Share this:

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.

Comments

Add a comment