mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-25 16:38:33 +01:00
This is going to make Booty Toast sad.
This commit is contained in:
parent
527c1533e4
commit
ccb162820b
2 changed files with 6 additions and 1 deletions
|
@ -382,6 +382,12 @@ public class ItemDrill extends ItemEnergy{
|
|||
efficiency += 8.0F;
|
||||
}
|
||||
}
|
||||
if(this.getHasUpgrade(stack, ItemDrillUpgrade.UpgradeType.THREE_BY_THREE)){
|
||||
efficiency *= 0.5F;
|
||||
if(this.getHasUpgrade(stack, ItemDrillUpgrade.UpgradeType.FIVE_BY_FIVE)){
|
||||
efficiency *= 0.35F;
|
||||
}
|
||||
}
|
||||
return efficiency;
|
||||
}
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
* Made damage source from Reconstructor display properly
|
||||
* Added a config option to only display the laser relay particles when holding a laser wrench
|
||||
* Fixed miner sometimes crashing when placed next to certain blocks
|
||||
*
|
||||
|
||||
# 1.9.4-r40
|
||||
* Fixed a bug with Laser Relays sometimes randomly disconnecting on chunk load
|
||||
|
|
Loading…
Reference in a new issue