GoreLib
GoreLib
This library was created to simplify the Minecraft modding process, freeing developers from the need to constantly rewrite the same code when starting new projects.
Although the library was initially developed for personal use, it is now available to anyone who wants to speed up their modding workflow.
The main functionality of the library includes:
Multiblock structures - ready-made tools for working with complex multi-block constructions
BlockEntity classes - automatic NBT data saving for blocks with their own logic
Item particle beam - visual effects for ItemStack
Entity events - a set of specialized triggers:
- Event for item drops when living entities die
- Event for living entities selecting targets
- Living entity visibility event
Utility helpers - ready-made tools for:
- Graphics rendering and display
- Item handling operations
- Recipe processing
- Text operations
- NBT manipulations
The library also includes many other useful features that will assist in mod development.