From 7989b7953d3a0e044d2d32aac8eccdcbf2433c0b Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 31 Oct 2016 22:40:16 +0100 Subject: [PATCH] r69! --- build.gradle | 2 +- update/changelog.md | 9 +++++++++ update/updateVersions.properties | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 80fb3d236..e23aca3f8 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-r68" +version = "1.10.2-r69" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 6d9e36b16..e6707a149 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,12 @@ +# 1.10.2-r69 +* Added the Mining lens, a lens that will convert stone and netherrack blocks to random ores +* Added the Farmer, a block that can farm crops like wheat or canola +* Made some changes to the JEI integration visuals +* Added a "what people think" page to the manual +* Made tiny torches less useless by giving them a bit bigger of a range +* Fixed the empowerer not allowing extractions +* Added a method to the API to figure out which type a Laser Relay has + # 1.10.2-r68 * Fixed the player interface not saving its data * Made the empowerer work with all of its recipes diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 9d385d591..f8215c9f8 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=68 \ No newline at end of file +1.10.2=69 \ No newline at end of file