From 75dd39ad800bcf607f3b8553acb9709d29d6ca9e Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 22 Nov 2016 19:59:22 +0100 Subject: [PATCH] r78! --- build.gradle | 2 +- update/changelog.md | 17 +++++++++++++++++ update/updateVersions.properties | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d28e32208..cf30469f1 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'idea' -version = "1.11-r77" +version = "1.11-r78" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" diff --git a/update/changelog.md b/update/changelog.md index 4bbb4cae9..2f19d457c 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,20 @@ +# 1.11-r78 +* Added Engineers' House to villages. You should definitely give it a look. +* Added Engineer and Crystallizer villager +* Made the Storage Crate more expensive +* Added flight limit to wings of the bats, can be regenerated by flying up to the ceiling or landing on the ground. +* Made the oil generator scale power per time, not per energy +* Rebalanced some energy items +* Rebalanced some energy blocks +* Made dungeon loot config also disable village loot +* Make Item Repairer and Miner use a little less power +* Made the oil generator turn-off-able with Redstone +* Made potion rings require blaze powder to work +* Made potion rings work in the off hand +* Made the Storage Crate less expensive +* Made the Lens Of The Killer actually do player only drops +* Fixed the drill replacing itself when using the placement upgrade + # 1.11-r77 * Made the Farmer add seeds back into the seed input slots * Made the XP solidifier save and update correctly diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 677d3ac4a..41278bb87 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -4,4 +4,4 @@ 1.9.4=45 1.10=46 1.10.2=75 -1.11=77 \ No newline at end of file +1.11=78 \ No newline at end of file