Compatibility
Minecraft: Java Edition
1.12.2
1.7.10
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MPL-2.0
Published 2 months ago
Updated 2 months ago
this lib is required for my 3 mods. UniDict, Bigger Crafting Tables, Avaritiaddons
by itself it doesn't add anything
but it allows my mods to:
- a better way to sincronize data betweeen client<->server
- a way better GUI handler
- my own way to match itemstacks
- my own animations system (used to animate Tile Entities)
- my module system, UniDict uses it
- several network messages that are used indirectly by my mods
- a way better crafting system that supports up to 15x15 crafts, used by Bigger Crafting Tables
- my dependency manager (it is kinda a dependency injection system)