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

@@ -16,7 +16,7 @@ public class TileImporter extends TileMachine implements ICompareSetting, IModeS
public static final String NBT_COMPARE = "Compare";
public static final String NBT_MODE = "Mode";
private InventorySimple inventory = new InventorySimple("importer", 9);
private InventorySimple inventory = new InventorySimple("importer", 9, this);
private int compare = 0;
private int mode = 0;