MiscUtils [Modding Utilities]
MiscUtils provides a collection of basic tools that are actively used in various modifications. The utilities include an easy-to-use networking system, convenient registration of blocks and items with the ability to temporarily disable and re-enable them through configuration files, as well as a simplified foundation for creating tile entities with inventories and other auxiliary functions.
This modification is already used in MiscItemsAndBlocks and will be utilized in upcoming addons. MiscUtils itself does not add any new game content but is a mandatory component for the operation of all mods that depend on it.
Developers interested in using these tools for creating their own modifications are recommended to use the deobf version and study the source code of MiscItemsAndBlocks as implementation examples.