From 9696897c7b2b5e717ec56c9e97677edbef8f60be Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 29 Apr 2016 19:35:15 +0200 Subject: [PATCH] r28! --- build.gradle | 2 +- update/changelog.md | 4 ++++ update/updateVersions.properties | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 882e7317c..99b55689a 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { } apply plugin: 'net.minecraftforge.gradle.forge' -version = "1.9-r27" +version = "1.9-r28" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 57cec9ea0..46bb3d443 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,7 @@ +# 1.9-r28 +* Fixed a crash when trying to fill a bucket +##### Because it was pretty much gamebreaking. + # 1.9-r27 ### Yes, really. This update pushes the mod's version to 1.9, however it probably is very unstable. There is a few notable bugs and things missing, but I wanted to push this version because a lot of people wanted it. ## If you encounter any bugs, please post them on the Issue Tracker here: https://github.com/Ellpeck/ActuallyAdditions/issues diff --git a/update/updateVersions.properties b/update/updateVersions.properties index c67d1bf1e..f1e5ce5bd 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -1,3 +1,3 @@ 1.7.10=21 1.8.9=26 -1.9=27 \ No newline at end of file +1.9=28 \ No newline at end of file