diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-08-28 18:25:55 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-08-28 18:25:55 +1000 |
commit | 63ce45752ab94b47e85201d0622c711a12069fb6 (patch) | |
tree | e99db59fb8dd993012a1ba52f85b3986efceab0d /src/resources | |
parent | 3f0a804015250f3ae1ce417e11462531a3dadcf2 (diff) | |
download | GT5-Unofficial-63ce45752ab94b47e85201d0622c711a12069fb6.tar.gz GT5-Unofficial-63ce45752ab94b47e85201d0622c711a12069fb6.tar.bz2 GT5-Unofficial-63ce45752ab94b47e85201d0622c711a12069fb6.zip |
$ Fixed a Bug regarding mis-registration of blocks.
$ Fixed a bug where rendering code was called server-side, causing a crash.
Diffstat (limited to 'src/resources')
-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 879cd57c0d..282aad637c 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.13.3-release", + "version": "1.4.4.1-release", "mcversion": "1.7.10", "url": "https://github.com/draknyte1/MiscUtilities/wiki", "updateUrl": "https://github.com/draknyte1/MiscUtilities/tree/master/build/libs", |