Skip to content

Commit

Permalink
- Legacy version MM support fix x3.
Browse files Browse the repository at this point in the history
  • Loading branch information
KasumiNova committed Oct 9, 2024
1 parent 43a1bd7 commit 672b518
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 672b518

Please sign in to comment.