From d054517a94cb05dbfc76d5d6cfd4322d582be2ed Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 3 Mar 2017 16:37:46 +0100 Subject: [PATCH] r103! --- build.gradle | 2 +- update/changelog.md | 8 ++++++++ update/updateVersions.properties | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index aa37da6d1..6f0208919 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.11.2-r102" +version = "1.11.2-r103" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index ee43c33f5..31ea21a68 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,11 @@ +# 1.11.2-r103 +* Added Trials to the manual. They're like challenges that should motivate you to do more stuffs. Check it out. +* Fixed Crystal Clusters giving the wrong pick block +* Made furnace and crusher have an animated texture again when being activated +* Fixed a bunch of places still saying RF instead of CF +* Made the farmer be able to plant and harvest pumpkins and melons +* Updated french translation (MisterPeModder44) + # 1.11.2-r102 * Fixed dedicated servers crashing diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 9a0ab2259..27f33f654 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -5,4 +5,4 @@ 1.10=46 1.10.2=98 1.11=92 -1.11.2=102 \ No newline at end of file +1.11.2=103 \ No newline at end of file