Update yet again! ~
This commit is contained in:
Ellpeck 2016-06-05 12:28:02 +02:00
parent 2c24463e0e
commit 32446f3921
3 changed files with 9 additions and 2 deletions

View file

@ -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"

View file

@ -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!

View file

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