Overclocker upgrades give more power input/storage to machine + add some more info to the tool tip in the gui
Also fix for not calling update client side lower down the chain
This commit is contained in:
parent
fc9e7df2f9
commit
adb12ef43d
4 changed files with 18 additions and 4 deletions
|
@ -76,8 +76,8 @@ public abstract class TileGenericMachine extends TilePowerAcceptor
|
|||
// TilePowerAcceptor
|
||||
@Override
|
||||
public void update() {
|
||||
super.update();
|
||||
if (!this.world.isRemote) {
|
||||
super.update();
|
||||
this.charge(energySlot);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue