Minecraft 1.7.10
- Fixed a crash due to duplicate messages being sent
- Items/blocks will return their ID as it is, but negative IDs will log an error
- Moved the IMC message sending into postInit, should fix race conditions
- The mod no longer sends invalid IMC messages
- [BROKEN] Changed the delimiter for block/item types from ':' to ';' (block:minecraft:cauldron => block;minecraft:cauldron)
- Added hex support for numbers
- Fixed an AIOOB exception when parsing integers
- Versions are now inlined into code at compile time
Minecraft 1.7.2
- Simplified the configuration syntax
- Blocks and items can be specified with named ids (int and short types only)