Reduces boilerplate and duplicate code. Used by Stormwind's mods.
Features:
MatchingConfig classes to help make a mod highly configurable in relation to things in game
A BaseChest class based on vanilla Minecraft's chest, from which to derive new chest types
An adapter set for basic use of ItemStack, Entity, and TileEntity instances via a single interface
Client/Server proxy bases classes derived from Choonster's TestMod3
Container capability listeners derived from Choonster's TestMod3[tr]Many more utility classes