From 32446f39211a731891c83a60c5292b636c7a30bd Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 5 Jun 2016 12:28:02 +0200 Subject: [PATCH] r39! Update yet again! ~ --- build.gradle | 2 +- update/changelog.md | 7 +++++++ update/updateVersions.properties | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 5628c023b..a1b90a4fd 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.9.4-r38" +version = "1.9.4-r39" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 82d3a4b7d..1ff43d0b4 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,10 @@ +# 1.9.4-r39 +* Updated to forge's new fluid transfer and storage system +* Removed a possible memory leak source with world saving +* Added Player Interface +* Fixed configs resetting randomly sometimes +### Sorry for this amount of updates. I've been trying to fix a lot of bugs with them, but it just hasn't been going the way I wanted. + # 1.9.4-r38 * Added custom system to save world data because the Minecraft one always failed on me. * Note: This WILL disconnect all of your laser relays, sorry. Just reconnect them again. If you find any bugs with the new system (Laser Relay connections), leave an issue on github. Thanks! diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 5e51629fb..028cef036 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=38 \ No newline at end of file +1.9.4=39 \ No newline at end of file