diff --git a/build.gradle b/build.gradle index 6569656cd..79422f697 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-r140" +version = "1.12.2-r141" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 3e0347154..f5f824aef 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,10 @@ +# 1.12.2-r141 +* Fixed Lens of the Killer not providing player-only drops. +* Fixed Greenhouse Glass skipping steps on certain hard to grow crops. +* Fixed Coffee Machine. Whole thing was broken. +* Made the weight of lush caves 10k, if other mods are still generating later it'll have to be moved to an event. +* Fixed the crusher search case blacklist not being applied to default recipes. + # 1.12.2-r140 * Fixed empowerer ignoring energy costs. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 1430d4602..ae460dfb9 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=140 \ No newline at end of file +1.12.2=141 \ No newline at end of file