mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Stopped the Phantom Booster from Updating
This commit is contained in:
parent
6d7e5e2b2d
commit
5077fed341
1 changed files with 5 additions and 0 deletions
|
@ -2,4 +2,9 @@ package ellpeck.actuallyadditions.tile;
|
|||
|
||||
public class TileEntityPhantomBooster extends TileEntityBase{
|
||||
|
||||
@Override
|
||||
public boolean canUpdate(){
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue