From 8b6c13d54f3800988feae6c93d45aff419640fb1 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 29 Dec 2016 22:37:55 +0100 Subject: [PATCH] r96! --- 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 8ce5e12c1..4fea9d9f5 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-r95" +version = "1.11.2-r96" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 9bc96467e..4f649399c 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,13 @@ +# 1.11.2-r96 +#### This is the New Year's Eve Update. The Firework Box can now be completely customized via the newly added GUI. If you're into easy and pretty Fireworks, you should definitely check it out! +* Fixed the bag extraction into chests ignoring the first four slots +* Added Battery Box comparator output +* Make the Laser Relay recipe only give 4 ones instead of 6 +* Add compatibility with Blood Magic farming stuff (which isn't updated I know, but the compat is there) +* Changed the way world-specific data is stored. __Make a backup of your world before you update. If any Laser Relay connections are lost, submit a report on the Issue Tracker with the full log.__ +* Make Phantomfaces only support the capability they advertise +* Made the changelog title above sound like a cheesy advertisement. O_o + # 1.11.2-r95 ### This is 1.11.2. Not 1.10.2. Yes, this is confusing I know. * Added a fancy renderer to Item Laser Relays transferring items diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 2229e6754..3c660112d 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -5,4 +5,4 @@ 1.10=46 1.10.2=94 1.11=92 -1.11.2=95 \ No newline at end of file +1.11.2=96 \ No newline at end of file