From 1d56bfb86991cdd67fe309824a852f4d065bfe8f Mon Sep 17 00:00:00 2001 From: Shadows_of_Fire Date: Tue, 16 Oct 2018 19:48:33 -0400 Subject: [PATCH] r143 --- build.gradle | 2 +- update/changelog.md | 6 ++++++ update/updateVersions.properties | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3a0c8718d..2a51b423e 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-r142" +version = "1.12.2-r143" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 5b0caad44..9ba87c651 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,9 @@ +# 1.12.2-r143 +* Greenhouse Glass will now work with any non-opaque block below it, instead of only air below it. Yes, this means they can stack. +* Greenhouse Glass should no longer crash if it is over the void. +* Solidified experience now defaultly does not spawn orbs, but adds the value to the player's xp. This can be configured back to original behavior. +* Greenhouse Glass no longer crashes if the state changes blocks during the growth process. + # 1.12.2-r142 * Coal Gen go fast now. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 888c64702..76561a760 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=142 \ No newline at end of file +1.12.2=143 \ No newline at end of file