diff --git a/build.gradle b/build.gradle index 440243054..60cddd843 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-r128" +version = "1.12.2-r129" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index e80815d42..8c8d3558f 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,12 @@ +# 1.12.2-r129 +* Dalapo: Added an extra null check to canFillFluidType +* Biocoal burn time is now 800 again, instead of 80. Whoops. +* Worms shouldn't show up from areas that cannot be tilled. +* (Hopefully) fixed desync issues with the 5x5 and 3x3 drill. +* Feeder has gained +5 INT. +* Config added for the fur ball drop chance. +* Greenhouse Glass recipe now makes 2 glass, and uses a single empowered palis crystal. + # 1.12.2-r128 * Removed a debug line in Greenhouse Glass * Fixed the firework box recipe displaying wrongly in JEI diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 33000bc08..30e16b387 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=128 \ No newline at end of file +1.12.2=129 \ No newline at end of file