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:
modmuss50 2018-04-03 16:32:04 +01:00
parent fc9e7df2f9
commit adb12ef43d
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82
4 changed files with 18 additions and 4 deletions

View file

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