diff --git a/build.gradle b/build.gradle index e6e370650..65df7889e 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-r124" +version = "1.12.2-r125" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 33058fea6..4b445352a 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,12 @@ +# 1.12.2-r125 +* The colored lamps now no longer require sneaking to turn them on/off +* Viveleroi: Fixed a few typos in the booklet +* TartaricAcid: Update zh_CN.lang +* Require holding the traveller's sack (prevents a dupe) +* Adds a blacklist for the traveller's sack +* Makes the Precision Dropper update comparator output when the gui closes +* Blocks the harvesting of XU2 crops to prevent deletion until it is fixed on XU's end + # 1.12.2-r124 * Made the booklet not crash diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 5eeb860f2..a6a8bbba1 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=124 \ No newline at end of file +1.12.2=125 \ No newline at end of file