Fixes #2575: Removed ITickable from AEBaseTile
Removed TileEventType.TICK, use ITickable when really needed. The few tiles needing to tick and are not a grid tile now implement ITickable. Charger is no longer implementing ITickable.
This commit is contained in:
@@ -21,11 +21,6 @@ package appeng.tile.events;
|
||||
|
||||
public enum TileEventType
|
||||
{
|
||||
/**
|
||||
* Requires ITickable, this makes the tile entity tick in 1.8
|
||||
*/
|
||||
TICK,
|
||||
|
||||
WORLD_NBT_READ, WORLD_NBT_WRITE,
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user