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
|
@ -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)!
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
1.10=46
|
||||
1.10.2=105
|
||||
1.11=92
|
||||
1.11.2=109
|
||||
1.11.2=110
|
Loading…
Reference in a new issue