From 50db10656a85c8b4e64b5bcdaa497b933b4e6196 Mon Sep 17 00:00:00 2001 From: Jordan Byrne Date: Fri, 20 Apr 2018 00:14:08 +1000 Subject: ^ Version bump to 1.7.0-pre11-final. $ Fixed many .08 compat issues stemming from use of newer NEI handler features in .09. $ Redid a lot of GT_Recipe and Recipe_GT handling. $ Fix to Adv. Vacuum Freezer recipe handling. $ Fixed NEI not loading Multiblock Handler. $ Fixed various crashed from NEI. --- .../assets/miscutils/textures/gui/PowerSubStation.png | Bin 2303 -> 1932 bytes src/resources/mcmod.info | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources') diff --git a/src/resources/assets/miscutils/textures/gui/PowerSubStation.png b/src/resources/assets/miscutils/textures/gui/PowerSubStation.png index 9c441e1967..a8f9a0db86 100644 Binary files a/src/resources/assets/miscutils/textures/gui/PowerSubStation.png and b/src/resources/assets/miscutils/textures/gui/PowerSubStation.png differ diff --git a/src/resources/mcmod.info b/src/resources/mcmod.info index db81714943..3d2ec378b5 100644 --- a/src/resources/mcmod.info +++ b/src/resources/mcmod.info @@ -5,7 +5,7 @@ "description": "Adds over 100 new Multiblocks, Machines, etc to Gregtech.", "credits": "", "logoFile": "", - "version": "1.7.0-prerelease-10-final", + "version": "1.7.0-prerelease-11-final", "mcversion": "1.7.10", "url": "https://github.com/draknyte1/GTplusplus/wiki", "updateUrl": "https://github.com/draknyte1/GTplusplus/releases/latest", -- cgit