Lot of formatting.
This commit is contained in:
parent
ec13f82628
commit
1de3fe5dc5
29 changed files with 540 additions and 544 deletions
|
@ -77,8 +77,8 @@ public abstract class TileGenericMachine extends TilePowerAcceptor
|
|||
@Override
|
||||
public void update() {
|
||||
super.update();
|
||||
if (!this.world.isRemote) {
|
||||
this.charge(energySlot);
|
||||
if (!world.isRemote) {
|
||||
charge(energySlot);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue