Changes to the overclocker values, feedback wanted.
This commit is contained in:
parent
1a5299df55
commit
d930d2015d
1 changed files with 2 additions and 2 deletions
|
@ -121,8 +121,8 @@ public class ItemUpgrades extends ItemTR implements IUpgrade {
|
||||||
ItemStack stack) {
|
ItemStack stack) {
|
||||||
|
|
||||||
if (stack.getItemDamage() == 0) {
|
if (stack.getItemDamage() == 0) {
|
||||||
handler.addSpeedMulti(0.25);
|
handler.addSpeedMulti(0.5);
|
||||||
handler.addPowerMulti(0.5);
|
handler.addPowerMulti(0.75);
|
||||||
|
|
||||||
}
|
}
|
||||||
if (machineBase instanceof TilePowerAcceptor) {
|
if (machineBase instanceof TilePowerAcceptor) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue