From 5564bd63ef7efd732fbcdc26e5e8e36e1c5394d5 Mon Sep 17 00:00:00 2001 From: Shadows_of_Fire Date: Fri, 27 Jul 2018 21:45:40 -0400 Subject: [PATCH] r138 --- build.gradle | 2 +- update/changelog.md | 8 ++++++++ update/updateVersions.properties | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4c1895a87..e14f77df7 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-r137" +version = "1.12.2-r138" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 658120825..2dd8d3075 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,11 @@ +# 1.12.2-r138 +* DiamondKnight23: Clarify the text for chest upgrades. +* Fixed farmer behaviors, mainly resolves pumpkins and melons being planted incorrectly. +* Removed the tooltip on the Traveller's Sack, as it is now invalid. +* Coal generator properly updates container item. +* Added redstone sensitivity / comparator output to Bio Reactor. +* Added a config option to allow the Lens of Color to rotate dyes based on oredict, instead of only the vanilla dye item. + # 1.12.2-r137 * Should resolve all issues introduced by r136. * Removes legacy world data loader. It wasn't used for the entire life of 1.12, so this won't matter. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 7c130b221..41b0beb79 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=137 \ No newline at end of file +1.12.2=138 \ No newline at end of file