From 4c855914e68ccaba874095d9fd07980714e05c9a Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 11 Oct 2016 14:45:41 +0200 Subject: [PATCH] r66! --- build.gradle | 2 +- update/changelog.md | 5 +++++ update/updateVersions.properties | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 9bac39ab9..ed6bcf837 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-r65" +version = "1.10.2-r66" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index b50ccf975..5978ad6bc 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,8 @@ +# 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) +* Changed the cheese recipe to stop it clashing with HarvestCraft + # 1.10.2-r65 * Fixed a crash that sometimes occured when lush caves tried to generate through loot chests diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 263a9c0f7..ed83c3bf8 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=65 \ No newline at end of file +1.10.2=66 \ No newline at end of file