From 7274eb5599ef852a09dec5dac9a98a62c274b030 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 23 Jun 2016 19:33:23 +0200 Subject: [PATCH] r46! --- build.gradle | 2 +- update/changelog.md | 6 ++++++ update/updateVersions.properties | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b864efff6..adf20d56a 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.9.4-r45" +version = "1.10-r46" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index dd2d1f363..61cab6d44 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,9 @@ +# 1.10-r46 +* Updated to 1.10. Obviously. +* Made booklet actually save its bookmarks +* Remove custom fake player in favor of vanilla one +* Made fluid collector not input and output fluids all the time causing infinite loops + # 1.9.4-r45 * Added Tesla Energy System support to all RF-using and generating blocks * Added video introduction page to booklet diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 3fc925532..a8ff10a10 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -1,4 +1,5 @@ 1.7.10=21 1.8.9=26 1.9=33 -1.9.4=45 \ No newline at end of file +1.9.4=45 +1.10=46 \ No newline at end of file