Skip to content

Commit

Permalink
fix: Fix sink duplicating items
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Mar 7, 2024
1 parent 13fc3b9 commit d1501b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,6 @@ public ItemStack cleanItem(ItemStack itemStack) {
if (itemStack.getItem() instanceof DyeableLeatherItem dyeableLeatherItem) {
dyeableLeatherItem.clearColor(itemStack);
}
return itemStack;
return ItemStack.EMPTY;
}
}

0 comments on commit d1501b1

Please sign in to comment.