Minecraft 1.12.2
Minecraft 1.12.1
Minecraft 1.12
Minecraft 1.11
Minecraft 1.10.2
- Properly fixed the slime chunk formula...
- Fixed the slime chunk formula (it never worked properly anywhere but close to 0,0,0)
Minecraft 1.9.4
Minecraft 1.9
- Recompiled for Forge 12.16.0.1864 (min: 12.16.0.1850)
Minecraft 1.8.9
Minecraft 1.8.8
Minecraft 1.8
- Fixed `java.lang.NoClassDefFoundError: net/minecraftforge/fml/client/GuiIngameModOptions`
- Internal change: changed the version checker user-agent to `LunatriusCore`
- Internal change: added a localized exception class
- Allow mods to register to the version checker with IMC messages (for mods that don't explicitly rely on LunatriusCore)
- Internal change: added methods that take coordinates instead of BlockPos
- Internal change: MBlockPos now creates new instances instead of changing it's own coordinates
- Internal change: fixed a mapping issues
- Fixed issues with Laser Level; breaks Schematica #115
- Internal change: allow Schematica to use other instances of WorldRenderer
- Improved the numeric field control
- Added the geometry tessellator from Schematica
- Added the utility method getAllInBox to MBlockPos
- Added a working replacement for the FML test config GUI
Minecraft 1.7.10
- Added a working replacement for the FML test config GUI
- Improved the numeric field GUI component (part #2, derped previous build)
- Improved the numeric field GUI component
- Added a "wrapper" class for GuiScreen
- Added double vectors for more precision
- The mod is now optional on both sides
- Minor code changes and fixes
- Added a delayed GUI ticker (open a GUI from a command)
- Code optimizations
- Versions are now inlined into code at compile time
- Version checker should be more reliable
- Internal optimizations to some of the code
- Added support for Dynious' VersionChecker
- Added an in-game configuration GUI
Minecraft 1.7.2
- Added a numeric field control
- Added configuration options for version checking
- Changed the vector properties' access level to public