diff --git a/build.gradle b/build.gradle index c7148b31b..7aff6e8a8 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-r131" +version = "1.12.2-r132" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 0f0bed376..d52ab5ea1 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,8 @@ +# 1.12.2-r132 +* Added compat with FastWorkbench for the portable crafter. +* Made the logging of the crusher recipes a debug, instead of info (less log spam). +* The\_Fireplace: added en_UD.lang + # 1.12.2-r131 * Vertical Digger no longer uses getMetaFromState and now uses getPickBlock. * Farmer no longer breaks stem blocks. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index bbf1dfa0e..1040da889 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=131 \ No newline at end of file +1.12.2=132 \ No newline at end of file