Stopped the Phantom Booster from Updating

This commit is contained in:
Ellpeck 2015-07-08 23:10:38 +02:00
parent 6d7e5e2b2d
commit 5077fed341

View file

@ -2,4 +2,9 @@ package ellpeck.actuallyadditions.tile;
public class TileEntityPhantomBooster extends TileEntityBase{
@Override
public boolean canUpdate(){
return false;
}
}