From b0eb83f45f3d9cbda0ef59ff6f6df4891546e44e Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 7 Aug 2016 12:48:56 +0200 Subject: [PATCH] r58!~ --- build.gradle | 2 +- update/changelog.md | 18 ++++++++++++++++++ update/updateVersions.properties | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 08f961b59..df4ac7aeb 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.10.2-r57" +version = "1.10.2-r58" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 7e8722968..c406abc82 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,21 @@ +# 1.10.2-r58 +* Added more Storage Crate Upgrades +* Added a lot more Achievements +* Made bags be able to be right-clicked onto chests to make them empty out into the chest +* Fixed a stupd ConcurrentModificationException crash with Laser Relays that was putting the world into a crash loop whenever something was constantly updating the Laser Relay (for whatever reason it was doing that) +* Made the Reconstructor use the right amount of energy for item transformation recipes +* Turned some recipe ordering around in the booklet for it to be easier to find +* Re-did the Laser Relay checking system so that it will never target one block twice. I think. +* Made a note in the Bag GUI that the auto-pickup will only work when the bag is not in hand +* Fixed the coffee machine ignoring the last 2 slots +* Removed Seasonal Mode +* Renamed the Double Furnace to Powered Furnace +* Added keep data recipes, meaning batteries keep their power, drills keep their upgrades and storage crates keep their items when they are used in crafting recipes +* Nerfed Greenhouse Glass and Worms +* Made the Crusher a bit quieter +* Fixed an exception being thrown on the server when sneak-right-clicking a block with the booklet +* Fixed the client crashing when being kicked out of the world while the booklet is open + # 1.10.2-r57 ##### This update introduces a new mechanic called the Empowerer. Most of the mid- to endgame crafting recipes have been changed to use items created via the Empowerer. Because of this mechanic being very new, there might be a couple of bugs. Please report them to the issue tracker accordingly. * Added Empowerer diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 386c80de0..4feee8a5a 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -3,4 +3,4 @@ 1.9=33 1.9.4=45 1.10=46 -1.10.2=57 \ No newline at end of file +1.10.2=58 \ No newline at end of file