From 544c4020ee775f7cf58d542e65ed4ff3557a11cb Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 28 May 2017 14:15:11 +0200 Subject: [PATCH] r109! --- build.gradle | 2 +- update/changelog.md | 9 +++++++++ update/updateVersions.properties | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 9084c8363..6504b7c68 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-r108" +version = "1.11.2-r109" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 5979248eb..bff8e2981 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,12 @@ +# 1.11.2-r109 +* Don't check for insertability into machines of items that can't actually fit, increases performance +* Change lists for sets in Laser Relays to increase performance +* Add crafting table on a stick compat foro InvTweaks +* Change unimportant feedback from the laser wrench and phantom connector to the action bar +* Fix ESD not working with changed lower bounds +* Made the water bowl spill +* Fixed default spawner changer config allowing Villager Golems to pass through + # 1.11.2-r108 * Added Red Orchid and Ender Lilly farmer compatibility * Ceil Phantomface distance so that it displays correctly diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 411adac9e..38916aef7 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=108 \ No newline at end of file +1.11.2=109 \ No newline at end of file