From 9216debef48246ac19fd08e07f96b2184749499d Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 16 Mar 2017 12:19:38 +0100 Subject: [PATCH] r106! --- 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 80f0f975d..0356a0723 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-r103" +version = "1.11.2-r106" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 483d580b1..14380e847 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,13 @@ +# 1.11.2-r106 +* Made horse armor yield less when crushing it +* Fixed crusher achievement descriptions being messed up +* Remove the manual from dungeon chests +* Added a config to change the redstone torch and compass configuration items +* Fixed a bunch of grammatical issues in the manual +* Fixed cascading world gen caused by lush caves and plants (performance improvements! \o/) +* Generate village chests even if dungeon loot is disabled +* Fixed a crash issue with the smiley cloud on weirded out worlds + # 1.10.2-r105 * Added a Redstone Mode toggle to the Ranged Collector * Fixed missing textures on item laser relay manual pages diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 0b9ce8a2e..575ae6d0a 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=103 \ No newline at end of file +1.11.2=106 \ No newline at end of file