This is going to make Booty Toast sad.

This commit is contained in:
Ellpeck 2016-06-09 21:14:43 +02:00
parent 527c1533e4
commit ccb162820b
2 changed files with 6 additions and 1 deletions

View file

@ -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;
}

View file

@ -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