Wumple Util Library
A library of useful classes and functions for Minecraft mod development. This modification by itself doesn't add anything new to the gameplay - you won't see any changes if you install only this mod.
The main purpose of the library is to reduce boilerplate and repetitive code. Wumple Util Library is actively used in mods by developer Stormwind.
Key Features
- MatchingConfig classes - simplify creating highly configurable mods with extensive configuration parameters
- BaseChest class - base class for creating new chest types based on standard Minecraft chests
- IThing adapter - universal interface for working with ItemStack, Entity and TileEntity through a single API
- Map manipulation library - tools for working with maps and data structures
- Base proxy classes for client and server (based on Choonster's TestMod3)
- Container listeners for capability handling (also based on Choonster's TestMod3)
- BlockRepair library for block restoration (developed based on Corosus' CoroUtil)
- Many additional utility classes and tools for developers