Fix double tile entity update
This commit is contained in:
parent
b13d282bf1
commit
5b09618ad2
8 changed files with 7 additions and 15 deletions
|
@ -62,7 +62,6 @@ public class TileGrinder extends TilePowerAcceptor
|
|||
public void update() {
|
||||
if (!this.world.isRemote) {
|
||||
super.update();
|
||||
//charge(3); TODO
|
||||
this.charge(3);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue