mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-13 03:49:09 +01:00
r42!
This commit is contained in:
parent
e0d290a330
commit
14f388fc55
3 changed files with 8 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
1.7.10=21
|
||||
1.8.9=26
|
||||
1.9=33
|
||||
1.9.4=41
|
||||
1.9.4=42
|
Loading…
Reference in a new issue