SpoornPacks
SpoornPacks is an API library for the Minecraft Fabric mod loader that provides convenient interfaces for automatically generating resource and data files with their subsequent integration into the game as a virtual resource pack. This allows mod developers to create all necessary resources directly in code using simple and understandable APIs, while maintaining the ability to override them through custom resource files.
The main goal of this library is to maximize the simplification of resource creation (blocks, items, structures, world features, etc.) for most standard use cases, while remaining extensible for more complex scenarios. The usual process of adding a block or item requires creating several JSON files with often complex content, as well as integration into various Minecraft registries, methods, and classes. This API library completely eliminates this complexity for the developer, turning the process into one line of Java code with simple data generation.
I use this library myself for my own mod!
For more detailed information, check out the wiki.
Dependencies
The mod requires:
- Fabric API
