From 78cd39e043f1a6d3435e0915bbd90976b2c3c21f Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 30 Oct 2016 23:43:39 +0100 Subject: [PATCH] r68! --- build.gradle | 2 +- update/changelog.md | 15 +++++++++++++++ update/updateVersions.properties | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f4ab3fbe1..80fb3d236 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-r67" +version = "1.10.2-r68" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index c419ba3ea..6d9e36b16 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,18 @@ +# 1.10.2-r68 +* Fixed the player interface not saving its data +* Made the empowerer work with all of its recipes +* make it clear the energy mode doesn't change anything +* Fixed minor typos in en_US.lang (WesCook) +* Significantly reduce performance loss when using Item Laser Relays with ESDs +* Added digit seperators for large numbers +* Fixed AIOTs having wrong harvest levels +* Made empowering possible with any dyes, not just vanilla ones +* Changed the way crusher recipes are registered to make the blacklist work properly +* Added the loot from 1.7.10 back +* Added back the jam house loot chest +* Added lush cave loot chests that generate in the trees +* Added fluids to booklet pages for searching and JEI handling + # 1.10.2-r67 * Fixed horses not being able to be fed with the feeder * Made energy items not lose their power when used for crafting diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 81371b413..9d385d591 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=67 \ No newline at end of file +1.10.2=68 \ No newline at end of file