Sorry I have to do this >_>
This commit is contained in:
Ellpeck 2016-06-04 14:07:32 +02:00
parent b88f2d2c3e
commit f0b119229e
3 changed files with 6 additions and 3 deletions

View file

@ -12,10 +12,9 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'
//I'm doing this because people made me do it. Even though it never worked properly when I tried it. Sigh.
apply plugin: 'idea'
version = "1.9.4-r37"
version = "1.9.4-r38"
group = "de.ellpeck.actuallyadditions"
archivesBaseName = "ActuallyAdditions"

View file

@ -1,3 +1,7 @@
# 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!
# 1.9.4-r37
* Fixed rendering bug with Greenhouse Glass
* Removed unfinished feature tags in booklet

View file

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