This commit is contained in:
Ellpeck 2017-06-16 22:43:26 +02:00
parent 5cb59dbd83
commit c28c6a04ec
4 changed files with 9 additions and 3 deletions

View file

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

View file

@ -1,3 +1,9 @@
# 1.11.2-r110
* Fix config typo (sindrefag)
* Add a config for oil generator values
* Remove the after:BuildCraft dependency because it's obsolete
* Make water bowl spilling not happen when you're standing (Making Darko proud)
# 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

View file

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