Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
reobf committed Feb 22, 2025
1 parent 22ba3bc commit 20e8665
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ public boolean isItemValidForSlot(int aIndex, ItemStack aStack) {
if (mInventory[0] == null || mInventory[0].stackSize == 0) {
return true;
}

return Platform.isSameItem(mInventory[0], aStack);
}

Expand Down

0 comments on commit 20e8665

Please sign in to comment.