mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r55!
This commit is contained in:
parent
3bda990313
commit
12d1fe26cc
3 changed files with 13 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.10.2-r54"
|
version = "1.10.2-r55"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -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
|
# 1.10.2-r54
|
||||||
* Fixed Tesla power system integration.
|
* Fixed Tesla power system integration.
|
||||||
* Yay for update spam. Or something to that effect.
|
* Yay for update spam. Or something to that effect.
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
1.9=33
|
1.9=33
|
||||||
1.9.4=45
|
1.9.4=45
|
||||||
1.10=46
|
1.10=46
|
||||||
1.10.2=54
|
1.10.2=55
|
Loading…
Reference in a new issue