Description
My basic library that all my mods will depend on going forward.
The library (currently) includes:
- A Packet Handler.
- Basic Block, TileEntity, and Item implements.
- 3 Interfaces:
- IModObject (for registering models for Items)
- IRecieveButton (for TileEntity or Items)
- ISubType (for registering models for Items with metadata easier)
- 5 Helpers classes.


