Resource Provider Library (FABRIC)
No reviews yet
A way to generate and provide resources on runtime
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
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.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources