From a76000d635997d3f3b4ceacc5b43bfd7069d05db Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 5 Nov 2016 16:28:10 +0100 Subject: [PATCH] r70! --- build.gradle | 2 +- update/changelog.md | 20 ++++++++++++++++++++ update/updateVersions.properties | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 57ccc7dd8..c277ef00f 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-r69" +version = "1.10.2-r70" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index e6707a149..1a92eaac2 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,23 @@ +# 1.10.2-r70 +* Added the handheld filler, an item that can fill big areas with blocks +* Added the lens of the killer that will drop XP and player-kill items when killing mobs +* Re-added the villager that sells jam +* Made oil stuff generate a *lot* more RF +* Made the Item Repairer a lot more expensive and slow +* Made the Reconstructor reconstruct even if it can't reconstruct the entire stack. Reconstruct reconstruct reconstruct reconstruct +* Made Laser Relays a bit less performance intensive again +* Made the magnet ring's range a bit bigger +* Made Reconstructor recipes show how much additional power they need +* Make Crystals generate in lush caves +* Made the booklet always show the search bar +* Add some more checks to the farmer so that it only plants what can be planted +* Rewrote the book tutorial page and added introductory bookmarks +* Move the Booklet GUI up a bit to make bookmarks not be off screen +* Added some more ores to the mining lens list +* Tweaked some dungeon loot amounts +* Make the AIOT able to make both farmland and paths +* Redid config texts (Joshwoo70) + # 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 diff --git a/update/updateVersions.properties b/update/updateVersions.properties index f8215c9f8..28305522b 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=69 \ No newline at end of file +1.10.2=70 \ No newline at end of file