From 634b330f972c629dd023bbedb34f619c06ed4a08 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 18 Dec 2016 17:47:36 +0100 Subject: [PATCH] r92! --- build.gradle | 6 +++--- update/changelog.md | 14 ++++++++++++++ update/updateVersions.properties | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index f33d801dd..9ec49b072 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.11-r91" +version = "1.11-r92" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" @@ -23,7 +23,7 @@ if(hasProperty('buildnumber')){ } minecraft { - version = "1.11-13.19.1.2188" + version = "1.11-13.19.1.2195" runDir = "idea" mappings = "snapshot_20161126" @@ -45,7 +45,7 @@ repositories { dependencies { compile "net.darkhax.tesla:Tesla:1.11-1.3.0.51" - deobfCompile "mezz.jei:jei_1.11:4.0.4.199" + deobfCompile "mezz.jei:jei_1.11:4.1.1.206" } processResources { diff --git a/update/changelog.md b/update/changelog.md index ed02d011f..b99113c8b 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,17 @@ +# 1.11-r92 +* Added Battery Box to store power +* Replace particles on Empowerer, Leaf Generator, Atomic Reconstructor and Miner with Laser Renderer +* Added Hopping Item Interface (Item Interface + Hopper as one) +* Rewrote Item Laser Relay documentation a bit +* Fluid Placer/Collector how has comparator output +* Changed Laser Relay recipes to use the Reconstructor +* Tone down dungeon loot a bit +* Add mob drops to events' lists instead of dropping them directly +* Minor grammar corrections in the book (xbony2) +* Fix a crash with the chest to crate upgrade +* Fix the Disenchanting lens deleting books if using more than one +* Made Laser Relays ignore full containers for inputting + # 1.11-r91 * Added Direwolf20's spotlight to the video introduction page of the book * Fixed Item Laser Relay page pictures being broken diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 9dc362b90..8f8628062 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -4,4 +4,4 @@ 1.9.4=45 1.10=46 1.10.2=90 -1.11=91 \ No newline at end of file +1.11=92 \ No newline at end of file