diff --git a/build.gradle b/build.gradle index 86b65fc..7522263 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ import groovy.json.JsonOutput def mainVersion = "1.7" -def buildNumber = "30" +def buildNumber = "31" // For those who want the bleeding edge buildscript { diff --git a/changelog.json b/changelog.json index 600128c..28e37ee 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-30", - "1.12.2-recommended": "1.7-30" + "1.12.2-latest": "1.7-31", + "1.12.2-recommended": "1.7-31" }, "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", @@ -40,6 +40,7 @@ "1.7-27": " - Fixed panel components causing issues on dedicated servers\n - Added an automatic update checker (Using the Forge update JSON)", "1.7-28": " - Added the Redstone Controller: Others, it allows control panels to interface with Project:Red and Charset wires\n - Rewrote the control panel redstone code\n - Added localization for IW's multiblocks\n - Fixed issues with zero-length mechanical multiblocks", "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-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 " } } \ No newline at end of file diff --git a/changelog.md b/changelog.md index 9f3ef64..d28901a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ ###Minecraft 1.12.2 +####Version 1.7-31 + - Fixed accidental conversion from FE to EU + - Fixed connectors not blowing up as intended + ####Version 1.7-30 - Fixed crashes when IC2 isn't installed - Fixed connectors allowing too much power output