add whitelist / blacklist to importer and fix some code

This commit is contained in:
Raoul Van den Berge
2015-12-19 00:02:44 +01:00
parent 2bae408c59
commit 2f9bc96ee5
15 changed files with 110 additions and 36 deletions

View File

@@ -13,7 +13,7 @@ import storagecraft.network.MessageTileUpdate;
public class TileBase extends TileEntity {
public static final int UPDATE_RANGE = 64;
private ForgeDirection direction;
private ForgeDirection direction = ForgeDirection.UNKNOWN;
protected int ticks;