IBO-Core
IBO-Core is a library for Minecraft mod developers that significantly simplifies the process of creating and registering game objects. Using this tool, you can easily add items, blocks, ores, and other elements to the game.
For modpack creators, there is the ability to generate items, blocks, and ores through JSON files, making the configuration process extremely flexible and convenient.
It's important to note that the mod is in active development, so some features are not yet implemented.
Current Functionality
- Creating items using simple Builder methods
- Generating items through JSON configuration files
- Creating creative mode tabs (ItemGroups) using Builder methods
- Additional features will be available in upcoming updates
Detailed documentation is available on GitHub Wiki.