From f7522ccceb6866ff3083e7788ef5572cca82ec09 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 27 Dec 2016 21:49:33 +0100 Subject: [PATCH] r95! --- build.gradle | 2 +- update/changelog.md | 6 ++++++ update/updateVersions.properties | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7a415da8f..8ce5e12c1 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-r92" +version = "1.11.2-r95" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index d37fb18c4..eecb93c08 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,9 @@ +# 1.11.2-r95 +### This is 1.11.2. Not 1.10.2. Yes, this is confusing I know. +* Made Filter items not be respected as a whitelisted item in filtered machines +* Fix Spawner Changer crashing with some mobs like Wither Skeletons +* Fixed creative consumption of the worms (xbony2) + # 1.10.2-r94 * Make Laser Relay crafting use the Atomic Reconstructor instead of the Crafting Table * Made Filter Settings not treat the Filter item as a setting diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 485e9108a..2229e6754 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -4,4 +4,5 @@ 1.9.4=45 1.10=46 1.10.2=94 -1.11=92 \ No newline at end of file +1.11=92 +1.11.2=95 \ No newline at end of file