wip
This commit is contained in:
parent
25115a4709
commit
9e0f71dae4
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ public class InventoryPersonalChest extends InventoryBasic
|
|||
return;
|
||||
}
|
||||
|
||||
if (!(getStack().getItem() instanceof ISustainedInventory)) return;
|
||||
if (getStack() != null && !(getStack().getItem() instanceof ISustainedInventory)) return;
|
||||
reading = true;
|
||||
|
||||
NBTTagList tagList = ((ISustainedInventory)getStack().getItem()).getInventory(getStack());
|
||||
|
|
Loading…
Reference in a new issue