Fix Sigil of Holding crash when opening gui (#1056)

This commit is contained in:
Nicholas Ignoffo 2017-02-20 13:13:15 -08:00
parent 5475549c18
commit 58d11dfbdc
2 changed files with 22 additions and 21 deletions

View file

@ -16,7 +16,7 @@ public class TileFilteredRoutingNode extends TileRoutingNode implements ISidedIn
public int currentActiveSlot = 0;
public int[] priorities = new int[6];
public ItemInventory itemInventory = new ItemInventory(null, 9, "");
public ItemInventory itemInventory = new ItemInventory(ItemStack.EMPTY, 9, "");
public TileFilteredRoutingNode(int size, String name)
{