From ad9d22255fbd35e3c1fb8e402398803cd57b4b3f Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 2 Oct 2016 02:49:53 +0200 Subject: [PATCH] r64! --- build.gradle | 2 +- update/changelog.md | 11 +++++++++++ update/updateVersions.properties | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e52240e94..8c498f6d6 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-r63" +version = "1.10.2-r64" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index dd06eec2b..221e304ad 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,14 @@ +# 1.10.2-r64 +### A stack of releases! +* Fixed player probe spamming the chat when it is being noticed +* Added tool materials to tools to fix some tool related bugs +* Added a recipe to clear the oil generator's internal liquid storage out +* Make sure caves don't generate through bedrock +* Make the drill banner pattern take the default drill (xbony2) +* Corrected some names in the booklet (xbony2) +* Stop lush caves from destroying chests to fix a crash when generating chunks +* Use new item handler system for item laser relays to make them work with Storage Drawers properly + # 1.10.2-r63 * Added more different kinds of oils that the oil generator can use (Check Oil chapter in booklet for info!) * Added Item Distributor that can distribute items evenly around it diff --git a/update/updateVersions.properties b/update/updateVersions.properties index c560ae91b..60833c6b9 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=63 \ No newline at end of file +1.10.2=64 \ No newline at end of file