diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-08-04 18:29:48 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-08-04 18:29:48 +1000 |
commit | a0d482a7f23bd959ca26466de024d779ec6bf352 (patch) | |
tree | bd08d0cc0ddd57cd7d284853e114ad1bdcb4ff77 /src/resources/mcmod.info | |
parent | 67adecfcbb9ffbcc5c111949d1689162605c2703 (diff) | |
download | GT5-Unofficial-a0d482a7f23bd959ca26466de024d779ec6bf352.tar.gz GT5-Unofficial-a0d482a7f23bd959ca26466de024d779ec6bf352.tar.bz2 GT5-Unofficial-a0d482a7f23bd959ca26466de024d779ec6bf352.zip |
+ Added light dependency on LibShapeDraw-1.3.2-dev.jar
+ Added debug rendering to multiblock code, to help assist with assembly.
- Removed Sinter Furnace load code, in prep. for release.
- Disabled the event handler for Logins, no more free Raisin Bread!
% Changed a lot of utility methods into their own class, MathUtils.
Diffstat (limited to 'src/resources/mcmod.info')
-rw-r--r-- | src/resources/mcmod.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/mcmod.info b/src/resources/mcmod.info index 90b10c2483..65f1311a84 100644 --- a/src/resources/mcmod.info +++ b/src/resources/mcmod.info @@ -5,7 +5,7 @@ "description": "Adds a few various Multiblocks, Machines, etc to Gregtech and a plethora of other mods (Nearly 30!)", "credits": "", "logoFile": "", - "version": "1.4.3.7", + "version": "1.4.3.9-release", "mcversion": "1.7.10", "url": "https://github.com/draknyte1/MiscUtilities/wiki", "updateUrl": "https://github.com/draknyte1/MiscUtilities/tree/master/build/libs", |