more markDirty

This commit is contained in:
Raoul Van den Berge
2016-01-31 22:20:44 +01:00
parent 4116ea869a
commit 4b9d520632
7 changed files with 20 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ public class TileDetector extends TileMachine implements ICompareSetting
public static final String NBT_MODE = "Mode";
public static final String NBT_AMOUNT = "Amount";
private InventorySimple inventory = new InventorySimple("detector", 1);
private InventorySimple inventory = new InventorySimple("detector", 1, this);
private int compare = 0;
private int mode = MODE_EQUAL;