From 14f388fc554dac8934c6eecabe2729c06e42e146 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 10 Jun 2016 22:15:23 +0200 Subject: [PATCH] r42! --- build.gradle | 2 +- update/changelog.md | 6 ++++++ update/updateVersions.properties | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 129760455..5b74c6a4c 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.9.4-r41" +version = "1.9.4-r42" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index d88768380..eeb05fd34 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,9 @@ +# 1.9.4-r42 +### The shut-up-about-EnderIO Update. +* Changed ESD to allow higher numbers of slots and have no limit on input values so that you can basically make it pull from infintely many slots if the amount of slots present is able to change +* Only add things to smart item laser relay whitelist when they aren't on it already +* Re-added IFluidHandler since apparently everyone's moaning about EnderIO not having updated and my stuff breaking because of it or something like that. + # 1.9.4-r41 * Changed white- and blacklists of laser relays and ESDs to be for putting and pulling. Check them in your world, they might all not work like you want them to anymore! * Added item filters diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 1d29eb425..23c687e13 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -1,4 +1,4 @@ 1.7.10=21 1.8.9=26 1.9=33 -1.9.4=41 \ No newline at end of file +1.9.4=42 \ No newline at end of file