From c28c6a04ec451d4743941bad2f91ffa3ef9e8826 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 16 Jun 2017 22:43:26 +0200 Subject: [PATCH] r110 --- README.md | 2 +- build.gradle | 2 +- update/changelog.md | 6 ++++++ update/updateVersions.properties | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7620e1306..f4ab22268 100644 --- a/README.md +++ b/README.md @@ -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)! diff --git a/build.gradle b/build.gradle index 6504b7c68..74b97e047 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/update/changelog.md b/update/changelog.md index bff8e2981..ac57439f6 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -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 diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 38916aef7..8673f6623 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -5,4 +5,4 @@ 1.10=46 1.10.2=105 1.11=92 -1.11.2=109 \ No newline at end of file +1.11.2=110 \ No newline at end of file