From 01054855d93be85b3bc04ea51313fed803f4cc27 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 22 Jan 2017 11:55:00 +0100 Subject: [PATCH] r99! --- build.gradle | 2 +- update/changelog.md | 12 ++++++++++++ update/updateVersions.properties | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4fea9d9f5..25f527342 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-r96" +version = "1.11.2-r99" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index ced593e12..eae1ea6ef 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,15 @@ +# 1.11.2-r99 +* Make the ESD less performance intensive by making it a bit slower +* Fix the Player Probe not properly clearing its data +* The Bat Bat +* Make Fluid Lasers actively pull fluids +* Added quartz dust to the OreDictionary as dustNetherQuartz +* Added a config option to change the booklet's font size +* Added Laser Relay network caching to reduce server load +* Add a bunch of chunk loaded checks to hopefully avoid loading chunks inadvertently +* Stop the storage crate from syncing its NBT +* Make the drill digging packet a config option that is off by default + # 1.10.2-r98 * Fix the Player Probe not clearing its data properly * Add Laser Relay input/output only config diff --git a/update/updateVersions.properties b/update/updateVersions.properties index f681912da..3496c1470 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -5,4 +5,4 @@ 1.10=46 1.10.2=98 1.11=92 -1.11.2=96 \ No newline at end of file +1.11.2=99 \ No newline at end of file