Sorry. So sorry.
This commit is contained in:
Ellpeck 2016-06-05 16:09:36 +02:00
parent d46bb306d8
commit b767c8124c
3 changed files with 7 additions and 2 deletions

View file

@ -14,7 +14,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: 'idea' apply plugin: 'idea'
version = "1.9.4-r39" version = "1.9.4-r40"
group = "de.ellpeck.actuallyadditions" group = "de.ellpeck.actuallyadditions"
archivesBaseName = "ActuallyAdditions" archivesBaseName = "ActuallyAdditions"

View file

@ -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 # 1.9.4-r39
* Updated to forge's new fluid transfer and storage system * Updated to forge's new fluid transfer and storage system
* Removed a possible memory leak source with world saving * Removed a possible memory leak source with world saving

View file

@ -1,4 +1,4 @@
1.7.10=21 1.7.10=21
1.8.9=26 1.8.9=26
1.9=33 1.9=33
1.9.4=39 1.9.4=40