diff --git a/build.gradle b/build.gradle index c13b49ec4..84e7fc045 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-r134" +version = "1.12.2-r135" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 565c527bf..4b52be547 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,10 @@ +# 1.12.2-r135 +* Added armor toughness to a few AA armors. +* Resolved a mod interaction with RealBench. This fix only functions if FastWorkbench is present. +* Walls now drop the proper item form. +* Resolves an edge-case crash if you were kicked with the booklet open. +* Konstantin: Added ru_RU.lang + # 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. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index e92f21afb..04a813308 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=134 \ No newline at end of file +1.12.2=135 \ No newline at end of file