mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r109!
This commit is contained in:
parent
118800609c
commit
544c4020ee
3 changed files with 11 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
||||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||||
apply plugin: 'idea'
|
apply plugin: 'idea'
|
||||||
|
|
||||||
version = "1.11.2-r108"
|
version = "1.11.2-r109"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -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
|
# 1.11.2-r108
|
||||||
* Added Red Orchid and Ender Lilly farmer compatibility
|
* Added Red Orchid and Ender Lilly farmer compatibility
|
||||||
* Ceil Phantomface distance so that it displays correctly
|
* Ceil Phantomface distance so that it displays correctly
|
||||||
|
|
|
@ -5,4 +5,4 @@
|
||||||
1.10=46
|
1.10=46
|
||||||
1.10.2=105
|
1.10.2=105
|
||||||
1.11=92
|
1.11=92
|
||||||
1.11.2=108
|
1.11.2=109
|
Loading…
Reference in a new issue