Fixed warnings

This commit is contained in:
drcrazy 2017-09-30 03:58:01 +03:00
parent b10459a288
commit 1b4fee595d
5 changed files with 5 additions and 9 deletions

View file

@ -170,8 +170,8 @@ public class TileFusionControlComputer extends TilePowerAcceptor implements IInv
}
@Override
public void updateEntity() {
super.updateEntity();
public void update() {
super.update();
// TODO improve this code a lot
if (this.world.getTotalWorldTime() % 20 == 0) {