Unified API
About
Unified API is a simple, general purpose API to aid in multiloader development. The API achieves this through:
- unified, cross-loader registries
- various helpers to allow access to features such as loot table or creative inventory injection
- platform-agnostic events, so that mods can implement custom behaviour in common code
- useful utilities such as new components or tags
- all registered content goes through the convenient supplied class
Setup
The Getting Started page will guide you through creating a multiloader project with Unified API.
Versions
Unified API is designed for both Fabric & NeoForge.
The following Minecraft versions are currently supported:
- 26.1.1
- 26.1
- 1.21.11
You may also want check out the changelog or the migration guide