From 6c94c08ba4682551ed5959bb9f8c3a9989bc7ec9 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 3 Jun 2016 23:51:06 +0200 Subject: [PATCH] r37! --- build.gradle | 2 +- update/changelog.md | 11 +++++++++++ update/updateVersions.properties | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 77a76530f..7076bdcb8 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ apply plugin: 'net.minecraftforge.gradle.forge' //I'm doing this because people made me do it. Even though it never worked properly when I tried it. Sigh. apply plugin: 'idea' -version = "1.9.4-r36" +version = "1.9.4-r37" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index f87d188fd..70605aac3 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,14 @@ +# 1.9.4-r37 +* Fixed rendering bug with Greenhouse Glass +* Removed unfinished feature tags in booklet +* Added water bowl +* Fixed block breaking effects playing just the sound (drill, leaf blower etc.) +* Fixed aiots not having four times the durability of their base tools +* Made compost only acceppt the current recipe's amount of items +* Made shovels make path blocks instead of farmland +* Changed world data save system to hopefully make laser relays not disconnect on certain occasions but only on the server and I don't get why this is happening +* Made tools be held like tools and not like normal items in third person + # 1.9.4-r36 * Added a config option to print all of the booklet's text into a file on startup * Made booklet words and characters not be more than they should be because everything was being done twice diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 4de9b3222..67436e4a6 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -1,4 +1,4 @@ 1.7.10=21 1.8.9=26 1.9=33 -1.9.4=36 \ No newline at end of file +1.9.4=37 \ No newline at end of file