From 0630601b9d3f96a1593653792b4a006bdd76c03d Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 8 Dec 2016 22:26:38 +0100 Subject: [PATCH] r90 and 91! --- build.gradle | 2 +- update/changelog.md | 17 +++++++++++++++++ update/updateVersions.properties | 4 ++-- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index b0fa9e04f..f33d801dd 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.11-r89" +version = "1.11-r91" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 9dc96ac89..ed02d011f 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,20 @@ +# 1.11-r91 +* Added Direwolf20's spotlight to the video introduction page of the book +* Fixed Item Laser Relay page pictures being broken +* Make the Leaf Blower work with all shearable things (Including BoP grass!) +* Turn down Empowerer particles a bit more +* Made the Vertical Digger lighter on server resources +* Laser Rendering Improvements (Elucent) +* Canola Seed Texture Improvements (Elucent) +* You can now change the booklet's font size in the manual +* Fixed the dropper dropping into unloaded chunks +* Fix the item distributor sometimes either voiding or duping items +* Fix a crash with the Item Interface and ESD on the latest forge version + +# 1.10.2-r90 +* Fixed the Item Distributor sometimes either voiding or duping items +* Make the ESD automatically assign to things like chests again + # 1.11-r89 * Made Filters be consumed when placing them into filter slots * Added Laser Relay in/out config. Hold a Laser Wrench for more info. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 016e12f1b..9dc362b90 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -3,5 +3,5 @@ 1.9=33 1.9.4=45 1.10=46 -1.10.2=88 -1.11=89 \ No newline at end of file +1.10.2=90 +1.11=91 \ No newline at end of file