From 6f54b287d27b47b01ce1c373e3fb8fa77df27fd2 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 1 Jun 2016 00:44:37 +0200 Subject: [PATCH] r36! --- build.gradle | 2 +- update/changelog.md | 8 ++++++++ update/updateVersions.properties | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index dad62d983..77a76530f 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ 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-r35" +version = "1.9.4-r36" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index e15e20596..f87d188fd 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,11 @@ +# 1.9.4-r36 +* Added a config option to print all of the booklet's text into a file on startup +* Made booklet words and characters not be more than they should be because everything was being done twice +* Added view online button to booklet +* Fixed a bug with some other mods causing NullPointerExceptions in ActAdd TileEntities +* Fixed ArmorMaterial (sokratis12GR) +* Removed ModelResourceLocation on server making servers not crash on startup anymore. + # 1.9.4-r35 * Added lush caves that spawn randomly in the overworld. Turn them off or change their spawn rate in the config if you don't like them. * Changed some world data mechanics. Might break some Laser Relay Networks. Sorry about that, just reconnect them. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index dd497df40..4de9b3222 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=35 \ No newline at end of file +1.9.4=36 \ No newline at end of file