From 7c62332b5703cc4a8c106943d36f3c3b6e73ee9e Mon Sep 17 00:00:00 2001 From: malte0811 Date: Tue, 15 Jan 2019 08:32:08 +0100 Subject: [PATCH] Build 1.7-35 --- build.gradle | 2 +- changelog.json | 7 ++++--- changelog.md | 3 +++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 72ae8b2..a02f129 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ import groovy.json.JsonOutput def mainVersion = "1.7" -def buildNumber = "34" +def buildNumber = "35" // For those who want the bleeding edge buildscript { diff --git a/changelog.json b/changelog.json index df57049..d7712da 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-34", - "1.12.2-recommended": "1.7-34" + "1.12.2-latest": "1.7-35", + "1.12.2-recommended": "1.7-35" }, "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", @@ -44,6 +44,7 @@ "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-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)", - "1.7-34": " - Control panels can use the texture of any block now\n - Added a recipe to copy the settings of an unfinished control panel\n - The Marx generator now returns the wires used in its construction when disassembled\n - Fixed the RS controller for non-IE wires not keeping its IO state on world reload\n - Fixed control panels not working correctly with multiple controllers" + "1.7-34": " - Control panels can use the texture of any block now\n - Added a recipe to copy the settings of an unfinished control panel\n - The Marx generator now returns the wires used in its construction when disassembled\n - Fixed the RS controller for non-IE wires not keeping its IO state on world reload\n - Fixed control panels not working correctly with multiple controllers", + "1.7-35": " - Fixed a crash when placing certain items in the crafting grid" } } \ No newline at end of file diff --git a/changelog.md b/changelog.md index 83d43b0..51b3eaa 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ ###Minecraft 1.12.2 +####Version 1.7-35 + - Fixed a crash when placing certain items in the crafting grid + ####Version 1.7-34 - Control panels can use the texture of any block now - Added a recipe to copy the settings of an unfinished control panel