From 8843cd325e80b9682bedcd082e567265f0d32c89 Mon Sep 17 00:00:00 2001 From: Shadows_of_Fire Date: Mon, 19 Mar 2018 12:59:04 -0400 Subject: [PATCH] r133 --- build.gradle | 2 +- update/changelog.md | 6 ++++++ update/updateVersions.properties | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7aff6e8a8..fd612aab0 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-r132" +version = "1.12.2-r133" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index d52ab5ea1..a75755426 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,9 @@ +# 1.12.2-r133 +* Fixed info text not showing on unbreakable village machines. +* Breaker should no longer crash with property errors. +* Small bit of code cleanup. +* Fixes the portable crafter not working on servers. + # 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). diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 1040da889..d4ad1d07e 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=132 \ No newline at end of file +1.12.2=133 \ No newline at end of file