This commit is contained in:
Ellpeck 2016-12-27 21:49:33 +01:00
parent ce1ad10398
commit f7522ccceb
3 changed files with 9 additions and 2 deletions

View file

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

View file

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

View file

@ -4,4 +4,5 @@
1.9.4=45
1.10=46
1.10.2=94
1.11=92
1.11=92
1.11.2=95