diff --git a/build.gradle b/build.gradle index 7076bdcb8..1f5fda98c 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/update/changelog.md b/update/changelog.md index 96dcef066..82d3a4b7d 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -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 diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 67436e4a6..5e51629fb 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=37 \ No newline at end of file +1.9.4=38 \ No newline at end of file