This commit is contained in:
Ellpeck 2016-06-10 22:15:23 +02:00
parent e0d290a330
commit 14f388fc55
3 changed files with 8 additions and 2 deletions

View file

@ -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"

View file

@ -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

View file

@ -1,4 +1,4 @@
1.7.10=21
1.8.9=26
1.9=33
1.9.4=41
1.9.4=42