From 9b575c57251cccf0f9a23e312e539c8d794d7673 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 19 Jun 2016 12:59:31 +0200 Subject: [PATCH] r45! --- build.gradle | 2 +- update/changelog.md | 13 +++++++++++++ update/updateVersions.properties | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index c1ad80592..d96ce9df7 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-r44" +version = "1.9.4-r45" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index aaeba43a5..dd2d1f363 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,16 @@ +# 1.9.4-r45 +* Added Tesla Energy System support to all RF-using and generating blocks +* Added video introduction page to booklet +* Added Laser Wrench mode switch. Just right-click with one at some point. +* Fixed XP Solidifier values being off +* Made crafter on a stick not randomly create stacks with no items in them +* Changed the way fluids and RF are handled making them both pull AND push to other tiles +* Removed Rarmor integration (for now!) as the mod is in the process of being re-written +* Made Reconstructor and Display stand not keep their items on the client when having them removed +* Updated banner in the mods screen~ +* Fixed nullpointer caused by getting capabilities with a null facing sometimes +* Made the Miner less carry-around-y. + # 1.9.4-r44 * Fixed a weird crash with Item Laser Relays. * Fixed drills sometimes crashing when breaking certain blocks. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 2d304e7ce..3fc925532 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=44 \ No newline at end of file +1.9.4=45 \ No newline at end of file