mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r78!
This commit is contained in:
parent
b5caedfeec
commit
75dd39ad80
3 changed files with 19 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
||||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||||
apply plugin: 'idea'
|
apply plugin: 'idea'
|
||||||
|
|
||||||
version = "1.11-r77"
|
version = "1.11-r78"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -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
|
# 1.11-r77
|
||||||
* Made the Farmer add seeds back into the seed input slots
|
* Made the Farmer add seeds back into the seed input slots
|
||||||
* Made the XP solidifier save and update correctly
|
* Made the XP solidifier save and update correctly
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
1.9.4=45
|
1.9.4=45
|
||||||
1.10=46
|
1.10=46
|
||||||
1.10.2=75
|
1.10.2=75
|
||||||
1.11=77
|
1.11=78
|
Loading…
Reference in a new issue