mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r56!
This commit is contained in:
parent
602072d51b
commit
3511af0f90
3 changed files with 15 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
|||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = "1.10.2-r55"
|
||||
version = "1.10.2-r56"
|
||||
group = "de.ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
# 1.10.2-r56
|
||||
* Made batteries have an output mode activated by sneak-right-clicking them
|
||||
* Added Oredictionary-based checking to ESDs, Advanced Item Relays and Ranged Collectors
|
||||
* Added Tesla Support for Phantom Energyfaces and Laser Relays
|
||||
* Added Tesla Support for items and the Energizer/Enervator
|
||||
* Made Magnet Ring pull items upwards
|
||||
* Fixed a bug with the manual sometimes making recipes using wildcards not use wildcards anymore
|
||||
* Made the miner use more power (again) because people were complaining (again)
|
||||
* Made Smiley Cloud nameable again
|
||||
* Add some null checks to packets so that storage crates don't crash with FTBUtils (whatever..)
|
||||
* Made the advanced ESD respect its whitelist again
|
||||
* Fixed Laser Relays sometimes not properly dealing with sides
|
||||
|
||||
# 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
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
1.9=33
|
||||
1.9.4=45
|
||||
1.10=46
|
||||
1.10.2=55
|
||||
1.10.2=56
|
Loading…
Reference in a new issue