From b1b36ee0b4ec8d14d11ab0f9267a902fef17ba0f Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 19 Oct 2016 19:01:54 +0200 Subject: [PATCH] r67! --- 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 ed6bcf837..8bb344b2f 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-r66" +version = "1.10.2-r67" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 5978ad6bc..c419ba3ea 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,16 @@ +# 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 +* Made batteries store more power the higher their tiers are +* Added crusher output blacklist config option +* Fixed the spawner changer sometimes keeping old mob data +* Made fishing net accept chests on all sides +* Added description to the booklet to explain what it is +* Changed the "sneak!" info to be less confusing +* Added visual indication of where the reconstructor hits +* Add info to redstone control machines that they require a torch to be changed +* Fixed recursive chunk generation with lush caves (Barteks2x) + # 1.10.2-r66 * Fixed the Advanced Item Laser Relays' whitelist never being recognized with the new Item System * Fixed Inbound/Outbound being switched around on Laser Relays connected directly to Item Interfaces (check your setups there, something might have changed) diff --git a/update/updateVersions.properties b/update/updateVersions.properties index ed83c3bf8..81371b413 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=66 \ No newline at end of file +1.10.2=67 \ No newline at end of file