From 961b325111d7db4434420e5152b3dd939baf5cee Mon Sep 17 00:00:00 2001 From: malte0811 Date: Sun, 2 Dec 2018 12:58:44 +0100 Subject: [PATCH] Build 1.7-33 --- build.gradle | 2 +- changelog.json | 7 ++++--- changelog.md | 7 ++++++- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 20e0ba4..a4b6f74 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ import groovy.json.JsonOutput def mainVersion = "1.7" -def buildNumber = "32" +def buildNumber = "33" // For those who want the bleeding edge buildscript { diff --git a/changelog.json b/changelog.json index 89e1e92..97b1764 100644 --- a/changelog.json +++ b/changelog.json @@ -5,8 +5,8 @@ "1.10.2-recommended": "1.4-18", "1.11.2-latest": "1.5-19", "1.11.2-recommended": "1.5-19", - "1.12.2-latest": "1.7-32", - "1.12.2-recommended": "1.7-32" + "1.12.2-latest": "1.7-33", + "1.12.2-recommended": "1.7-33" }, "1.10.2": { "1.1-3": " - fixed incompatibility with IE build 48\n - reduced the amount of calls to core IE classes to make such incompatibilities less likely\n - fixed localization of the creative tab", @@ -42,6 +42,7 @@ "1.7-29": " - The wires can now transmit FE as well as EU, but not both at once\n - Fixed the Marx generator not charging beyond a quite low voltage", "1.7-30": " - Fixed crashes when IC2 isn't installed\n - Fixed connectors allowing too much power output\n - Added a config option for some of the wires' properties\n - Updated chinese translation (thanks @DepletedPrism)", "1.7-31": " - Fixed accidental conversion from FE to EU\n - Fixed connectors not blowing up as intended\n ", - "1.7-32": " - Fixed connectors not rendering properly without IC2\n - Fixed parts of the mechanical multiblocks not rendering when Optifine is installed\n - Changed some values for the mechanical multiblock sound" + "1.7-32": " - Fixed connectors not rendering properly without IC2\n - Fixed parts of the mechanical multiblocks not rendering when Optifine is installed\n - Changed some values for the mechanical multiblock sound", + "1.7-33": " - Fixed the Marx generator not processing ores\n - Fixed control panels and the Marx generator not working when connected directly\n - Added Russian translation (thanks @StolenSoda)" } } \ No newline at end of file diff --git a/changelog.md b/changelog.md index 53d6420..1151620 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ ###Minecraft 1.12.2 +####Version 1.7-33 + - Fixed the Marx generator not processing ores + - Fixed control panels and the Marx generator not working when connected directly + - Added Russian translation (thanks @StolenSoda) + ####Version 1.7-32 - Fixed connectors not rendering properly without IC2 - Fixed parts of the mechanical multiblocks not rendering when Optifine is installed @@ -178,4 +183,4 @@ - wire coils are crafted by placing any amount of IC2 cables and/or the corresponding wire coils in a crafting table now - added Glass Fiber Wire - changed license to GPL3 - - changed the amount of connectors/relays the recipes yield \ No newline at end of file + - changed the amount of connectors/relays the recipes yield