From 87553829084f25dc8510b0cd87856a8948de29b6 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 20 May 2017 21:10:31 +0200 Subject: [PATCH] r108! --- build.gradle | 2 +- update/changelog.md | 10 ++++++++++ update/updateVersions.properties | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4eced0bdf..9084c8363 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-r107" +version = "1.11.2-r108" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index ed5489c3d..5979248eb 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,13 @@ +# 1.11.2-r108 +* Added Red Orchid and Ender Lilly farmer compatibility +* Ceil Phantomface distance so that it displays correctly +* Added config option for tiny coal and tiny charcoal +* Fixed item laser display not working if the player is too far away from the input point +* Fix the chest to crate upgrade not working with some modded functionality (again) +* Re-worded laser connection info to avoid confusion with disconnections +* Make phantomfaces output comparator signals +* Remove a legacy statement in the manual stating that phantom liquifaces use redstone + # 1.11.2-r107 * Small update to french localizations (MisterPeModder44) * Add Crafting Tweaks diff --git a/update/updateVersions.properties b/update/updateVersions.properties index d59d03e48..411adac9e 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -5,4 +5,4 @@ 1.10=46 1.10.2=105 1.11=92 -1.11.2=107 \ No newline at end of file +1.11.2=108 \ No newline at end of file