Fix Sigil of Holding crash when opening gui (#1056)
This commit is contained in:
parent
5475549c18
commit
58d11dfbdc
2 changed files with 22 additions and 21 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue