Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MBatt1 committed Apr 26, 2024
1 parent cc149ab commit 4a3c467
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ public MoaEntity moa() {
@Override
public ItemStack transferSlot(PlayerEntity player, int sourceSlot) {
ItemStack result = ItemStack.EMPTY;
if (!moa.hasChest()) return result;
Slot slot = slots.get(sourceSlot);
if (!slot.hasStack()) {
return result;
Expand Down

0 comments on commit 4a3c467

Please sign in to comment.