From 60266c0505f8f524ed32482959842dfb4292ecbf Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 17 Jul 2016 14:16:08 +0200 Subject: [PATCH] r51~ --- 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 948af4684..583d9a59c 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-r50" +version = "1.10.2-r51" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index fb9984d59..f8583aa39 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,14 @@ +# 1.10.2-r51 +* Made TiCon Rapier be able to be repaired in the Item Repairer +* Added Player Probe +* Renamed Mashed Food to bio mash +* Made the booklet search bar search a whole item's tooltip and not just the name +* Added different Energy Laser Relays for different amounts of power transfer +* Added Tiny Torch +* Booklet now states that the drill needs previous tiers of upgrades +* Made drill coloring not use all of the nbt, meaning you can color a drill without the upgrades being gone +* Made ActAdd tools work in hopefully most automatic farms etc. + # 1.10.2-r50 * Changed the name of the coffee machine to coffee maker because that's apparently a more proper name * Fixed the drill sometimes acting up on redstone and glowstone diff --git a/update/updateVersions.properties b/update/updateVersions.properties index cb8cbadb2..78ea18ead 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=50 \ No newline at end of file +1.10.2=51 \ No newline at end of file