From b767c8124c443633bf2897cb195873be137ca6c0 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 5 Jun 2016 16:09:36 +0200 Subject: [PATCH] r40! Sorry. So sorry. --- build.gradle | 2 +- update/changelog.md | 5 +++++ update/updateVersions.properties | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a1b90a4fd..7000c4cc8 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-r39" +version = "1.9.4-r40" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 1ff43d0b4..b57f5a82c 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,8 @@ +# 1.9.4-r40 +* Fixed a bug with Laser Relays sometimes randomly disconnecting on chunk load. +### You only need this when you have been or are wanting to use Laser Relays of any sort. This version fixes a hideous bug that caused them to randomly disconnect when re-loading chunks for a reason that makes absolutely no sense to me and the people I asked. If you want to know what the bug was, [click here](https://github.com/Ellpeck/ActuallyAdditions/commit/d46bb306d87da57ea180afcd9e6cc00fc96637ef). +#### Again, sorry for the amount of updates, this has just been driving me crazy. + # 1.9.4-r39 * Updated to forge's new fluid transfer and storage system * Removed a possible memory leak source with world saving diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 028cef036..a1305ea9f 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=39 \ No newline at end of file +1.9.4=40 \ No newline at end of file