This commit is contained in:
Ellpeck 2017-05-28 14:15:11 +02:00
parent 118800609c
commit 544c4020ee
3 changed files with 11 additions and 2 deletions

View file

@ -14,7 +14,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: 'idea'
version = "1.11.2-r108"
version = "1.11.2-r109"
group = "de.ellpeck.actuallyadditions"
archivesBaseName = "ActuallyAdditions"

View file

@ -1,3 +1,12 @@
# 1.11.2-r109
* Don't check for insertability into machines of items that can't actually fit, increases performance
* Change lists for sets in Laser Relays to increase performance
* Add crafting table on a stick compat foro InvTweaks
* Change unimportant feedback from the laser wrench and phantom connector to the action bar
* Fix ESD not working with changed lower bounds
* Made the water bowl spill
* Fixed default spawner changer config allowing Villager Golems to pass through
# 1.11.2-r108
* Added Red Orchid and Ender Lilly farmer compatibility
* Ceil Phantomface distance so that it displays correctly

View file

@ -5,4 +5,4 @@
1.10=46
1.10.2=105
1.11=92
1.11.2=108
1.11.2=109