From 63ce45752ab94b47e85201d0622c711a12069fb6 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Sun, 28 Aug 2016 18:25:55 +1000 Subject: $ Fixed a Bug regarding mis-registration of blocks. $ Fixed a bug where rendering code was called server-side, causing a crash. --- src/resources/mcmod.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources') 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", -- cgit