From 0b022770063c9781778455dee6492d7dec1d5d54 Mon Sep 17 00:00:00 2001 From: Shadows_of_Fire Date: Wed, 31 Jan 2018 00:09:43 -0500 Subject: [PATCH] r130 --- build.gradle | 2 +- update/changelog.md | 4 ++++ update/updateVersions.properties | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 60cddd843..7173026cd 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-r129" +version = "1.12.2-r130" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 8c8d3558f..08882661a 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,7 @@ +# 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. + # 1.12.2-r129 * Dalapo: Added an extra null check to canFillFluidType * Biocoal burn time is now 800 again, instead of 80. Whoops. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 30e16b387..347de6cc9 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=129 \ No newline at end of file +1.12.2=130 \ No newline at end of file