From bf2e5642b3eb0f99fd3d846c1415bcdd6e692756 Mon Sep 17 00:00:00 2001 From: Shadows_of_Fire Date: Sat, 17 Feb 2018 17:12:02 -0500 Subject: [PATCH] r131 --- 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 346e77a14..ad6c85742 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-r130" +version = "1.12.2-r131" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 08882661a..0f0bed376 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,9 @@ +# 1.12.2-r131 +* Vertical Digger no longer uses getMetaFromState and now uses getPickBlock. +* Farmer no longer breaks stem blocks. +* Config for atomic reconstructor battery size. +* Made a note on the oil generator that values are per 50 mB. + # 1.12.2-r130 * Fixes the drill not breaking blocks of similar hardness in 3x3 or 5x5 mode. * Fixes the default farmer casting every IPlantable to a BlockBush. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 347de6cc9..bbf1dfa0e 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=130 \ No newline at end of file +1.12.2=131 \ No newline at end of file