mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-21 23:13:28 +01:00
r110
This commit is contained in:
parent
5cb59dbd83
commit
c28c6a04ec
4 changed files with 9 additions and 3 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-r109"
|
version = "1.11.2-r110"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -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
|
# 1.11.2-r109
|
||||||
* Don't check for insertability into machines of items that can't actually fit, increases performance
|
* 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
|
* Change lists for sets in Laser Relays to increase performance
|
||||||
|
|
|
@ -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=109
|
1.11.2=110
|
Loading…
Reference in a new issue