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

@ -1,4 +1,4 @@
##It's a Minecraft Mod! [![CurseForge](http://cf.way2muchnoise.eu/full_actually-additions_downloads.svg)](https://minecraft.curseforge.com/projects/actually-additions) [![CurseForge](http://cf.way2muchnoise.eu/versions/actually-additions.svg)](https://minecraft.curseforge.com/projects/actually-additions)
## It's a Minecraft Mod! [![CurseForge](http://cf.way2muchnoise.eu/full_actually-additions_downloads.svg)](https://minecraft.curseforge.com/projects/actually-additions) [![CurseForge](http://cf.way2muchnoise.eu/versions/actually-additions.svg)](https://minecraft.curseforge.com/projects/actually-additions)
For more information, visit the main CurseForge Page by [clicking here](http://minecraft.curseforge.com/projects/actually-additions)!

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