From 9d5a949d277a88e1fbe950ecd8154b4e12d40cda Mon Sep 17 00:00:00 2001 From: Shadows_of_Fire Date: Fri, 22 Jun 2018 19:47:21 -0400 Subject: [PATCH] r136 --- build.gradle | 2 +- update/changelog.md | 9 +++++++++ update/updateVersions.properties | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 84e7fc045..0642df83f 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.12.2-r135" +version = "1.12.2-r136" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 4b52be547..ee2673e68 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,12 @@ +# 1.12.2-r136 +* Fixed a crash in BlockWildPlant. +* Prevented torch placement on laser relays. +* Auto breaker no longer dupes clay. +* Traveller's Sack should no longer crash with NBT-heavy items inside. +* Items with Curse of Binding can no longer be removed inside the Energizer gui. +* Crusher recipes no longer allow duplicates, and use Ingredient for inputs. Hopefully modtweaker compat was maintainted. +* Massive overhaul to the inventory system of AA. Some things might be broken, but overall the underlying structure fixed a few things. + # 1.12.2-r135 * Added armor toughness to a few AA armors. * Resolved a mod interaction with RealBench. This fix only functions if FastWorkbench is present. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 04a813308..f903ad86f 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -8,4 +8,4 @@ 1.11.2=110 1.12=118 1.12.1=121 -1.12.2=135 \ No newline at end of file +1.12.2=136 \ No newline at end of file