mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Changed some Drill values around
This commit is contained in:
parent
acc700fac2
commit
b36a39a38a
1 changed files with 2 additions and 2 deletions
|
@ -89,9 +89,9 @@ public class ItemDrill extends ItemEnergy implements INameableItem{
|
||||||
if(this.getHasUpgrade(stack, ItemDrillUpgrade.UpgradeType.SPEED)){
|
if(this.getHasUpgrade(stack, ItemDrillUpgrade.UpgradeType.SPEED)){
|
||||||
if(this.getHasUpgrade(stack, ItemDrillUpgrade.UpgradeType.SPEED_II)){
|
if(this.getHasUpgrade(stack, ItemDrillUpgrade.UpgradeType.SPEED_II)){
|
||||||
if(this.getHasUpgrade(stack, ItemDrillUpgrade.UpgradeType.SPEED_III)) efficiency += 37.0F;
|
if(this.getHasUpgrade(stack, ItemDrillUpgrade.UpgradeType.SPEED_III)) efficiency += 37.0F;
|
||||||
else efficiency += 28.0F;
|
else efficiency += 25.0F;
|
||||||
}
|
}
|
||||||
else efficiency += 15.0F;
|
else efficiency += 8.0F;
|
||||||
}
|
}
|
||||||
return efficiency;
|
return efficiency;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue