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