From b62c0711797820bc684185ccf67422b19ecc16ad Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 3 May 2017 14:56:46 +0200 Subject: [PATCH] r107 --- build.gradle | 2 +- update/changelog.md | 14 ++++++++++++++ update/updateVersions.properties | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0356a0723..9b1465fe1 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-r106" +version = "1.11.2-r107" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 14380e847..ed5489c3d 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,17 @@ +# 1.11.2-r107 +* Small update to french localizations (MisterPeModder44) +* Add Crafting Tweaks +* Fix a thing with boring mode (starg09) +* Fixed the water bowl picking up stuff it shouldn't +* Fix drill, filter and bag being openable in offhand slot +* Fixed treasure chest having null instead of air as a drop item +* Added a config for crystal clusters +* Added the ability to disconnect laser relays +* Possibly fixed Laser Relays sometimes disconnecting on their own when reloading chunks +* Added blaze rod crushing +* Set the harvest level for all tool types correctly to work with some modded functionality +* Fixed some mods not working with the chest to crate upgrade causing item loss or duplication + # 1.11.2-r106 * Made horse armor yield less when crushing it * Fixed crusher achievement descriptions being messed up diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 575ae6d0a..d59d03e48 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=106 \ No newline at end of file +1.11.2=107 \ No newline at end of file