A Fabric library mod that adds a Bedrock-like addon system to Java Edition: items, blocks, fluids, entities and more, defined in data files instead of code.
This branch targets Minecraft 26.3.
- Documentation index — every format, grouped
- Getting Started — a working pack from an empty folder
- Pack Structure — pack layout,
addon.info.json, and the directory each format is read from - Events — making items and blocks do things
- Feature list — what works, what is half-built, what is planned
./gradlew buildThe built jar lands in build/libs.
See LICENSE — BSD 3-Clause. (fabric.mod.json currently declares MIT; one of the two needs
correcting.)