mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r40!
Sorry. So sorry.
This commit is contained in:
parent
d46bb306d8
commit
b767c8124c
3 changed files with 7 additions and 2 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
Loading…
Reference in a new issue