From 90addb9717e2a1bffeec55d064248d6f98835f01 Mon Sep 17 00:00:00 2001 From: Jordan Byrne Date: Mon, 26 Feb 2018 06:06:00 +1000 Subject: ^ Version bump to pre6. $ Fixed an issue where .get(x) was called on a null item in GTNH. $ Fixed Alloy Smelting Recipes for small gears that were using an extrusion shape, instead of a mold. --- 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 a18d28437e..0c6e1ca747 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.7.0-prerelease-5", + "version": "1.7.0-prerelease-6", "mcversion": "1.7.10", "url": "https://github.com/draknyte1/GTplusplus/wiki", "updateUrl": "https://github.com/draknyte1/GTplusplus/releases/latest", -- cgit