Changed AE Tile Event Stuff.

This commit is contained in:
AlgorithmX2
2014-01-26 00:46:16 -06:00
parent 5a6cd05e20
commit 3a0f3ee792
21 changed files with 74 additions and 49 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ public class TileCableBus extends AEBaseTile implements AEMultiTile, ICustomColl
{
public CableBusHandler() {
super( EnumSet.of( TileEventType.NETWORK, TileEventType.WORLD_NBT ) );
super( TileEventType.NETWORK, TileEventType.WORLD_NBT );
}
@Override