From 12d1fe26cc6115c5b73a6147d19ea1727ce12b9e Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 23 Jul 2016 19:32:53 +0200 Subject: [PATCH] r55! --- 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 2fb97a086..f70eb1f90 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-r54" +version = "1.10.2-r55" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index edf9e8f3e..b94223209 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,14 @@ +# 1.10.2-r55 +* The _balanced farming buttons-Update! +* Added worms found by tilling the ground. When placed on dirt or grass, they till, irrigate and fertilize it +* Added NBT and Metadata respecting options to ESDs, Ranged Collectors and Whitelist Item Lasers +* Made Greenhouse glass a bit faster because it was ineffective +* Made food less OP +* Fixed armor values a bit +* Fixed a crash when placing an ESD next to a non-IInventory block +* Added config option for tiny coal and charcoal block +* Fixed the energy bar turning green when holding a redstone torch + # 1.10.2-r54 * Fixed Tesla power system integration. * Yay for update spam. Or something to that effect. diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 0e8994ad8..6feb7d62e 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=54 \ No newline at end of file +1.10.2=55 \ No newline at end of file