diff --git a/src/main/java/hellfirepvp/modularmachinery/common/util/IOInventory.java b/src/main/java/hellfirepvp/modularmachinery/common/util/IOInventory.java index 3a3ed722..9d11922f 100644 --- a/src/main/java/hellfirepvp/modularmachinery/common/util/IOInventory.java +++ b/src/main/java/hellfirepvp/modularmachinery/common/util/IOInventory.java @@ -175,7 +175,7 @@ public void readNBT(NBTTagCompound tag) { checkInventoryLength(slot); ItemStack stack = ItemStack.EMPTY; - if (!holderTag.hasKey("holderEmpty") && !holderTag.getBoolean("holderEmpty")) { + if (!holderTag.getBoolean("holderEmpty")) { stack = ItemStackUtils.readNBTOversize(holderTag); }