UniLib - Universal Library for Mod Developers
UniLib is a cross-platform Minecraft library designed to significantly simplify common modding tasks. This tool provides developers with ready-made solutions and helper functions that save time and reduce repetitive code.
Main Features
The library includes a set of useful utilities covering the most common aspects of mod creation:
- Automatic registration of blocks, items, and entities - minimizes the need for boilerplate code
- Simplified model and blockstate creation - just specify the texture name
- Network tools - quick creation and processing of data packets
- NBT helpers - facilitate data storage and retrieval
- Cross-compatibility based on Architectury - single codebase for different loaders
Important: The Fabric version receives more frequent updates compared to NeoForge, and some features may be temporarily available only for Fabric.