diff --git a/build.gradle b/build.gradle index fd612aab0..96ec7a861 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-r133" +version = "1.12.2-r134" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index a75755426..565c527bf 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,10 @@ +# 1.12.2-r134 +* Worm should no longer attempt to post a UseHoeEvent on farmland. +* Only items with FE capability can be placed in the energizer. +* Water bowl in the offhand is no longer a weapon of mass destruction. +* Oil generator outputs now properly scale with configured values. +* AA banner patterns now work properly. + # 1.12.2-r133 * Fixed info text not showing on unbreakable village machines. * Breaker should no longer crash with property errors. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index d4ad1d07e..e92f21afb 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=133 \ No newline at end of file +1.12.2=134 \ No newline at end of file