A Modular Data-driven Content Registry API for Fabric.
This is not finished. Expect to find missing features or bugs. Please report bugs to the issue tracker.
Included modules
- Simplex Data API Core
This is the Core API that most other modules depend on. Currently supports adding Compostable items, Fuels, Paveable blocks, Strippable blocks, Flammable blocks and Tillable blocks.
- Simplex Data API Hooks
Provides commonly-used hooks used by some modules
- Simplex Data API Nbt
A World-specific nbt-based implementation of Simplex Data API Core. It generates a config named 'simplex-data-api-nbt.dat' in the world's root folder.
Adding to the Nbt config
The /simplexdata command supports adding and removing entries from the nbt config.
E.g.: /simplexdata nbt add fuels minecraft:andesite 100
For mod developers
Please read the Adding it as a dependency section in the Github repository's readme file
Forge Port
A forge port is not going to be done by us. However, the license permits to do so yourself.
Requires Fabric API