From 32b098fef1d63726911579202f13a0e30ec0d94e Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 6 May 2016 16:45:30 +0200 Subject: [PATCH] r31! --- build.gradle | 2 +- update/changelog.md | 6 ++++++ update/updateVersions.properties | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8ce5665ed..91a49e756 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { } apply plugin: 'net.minecraftforge.gradle.forge' -version = "1.9-r30" +version = "1.9-r31" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index cd72dfb45..52628336e 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,9 @@ +# 1.9-r31 +* Added Phantom Redstoneface +* Changed storage crate upgrade recipe because it was clashing with Storage Drawers +* Added Reconstruction Module as Rarmor integration. Install Canitzp's Rarmor to find out what it is and does. +* Added Patreon button to the booklet because I wantz all teh moneyz + # 1.9-r30 * Fixed mcmod.info being broken * Fixed OreDictionary creating empty entries when searching for names diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 5368b4d47..7c8691c2d 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -1,3 +1,3 @@ 1.7.10=21 1.8.9=26 -1.9=30 \ No newline at end of file +1.9=31 \ No newline at end of file