Skip to content

Commit

Permalink
fix: closes #967 by revert patch from pr
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWishsama committed Nov 13, 2024
1 parent bb2d793 commit 6d63b3c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,11 +299,6 @@ private void dropItems(
// Disable normal block drops
e.setDropItems(false);

// Fixes #4051
if (sfBlock == null) {
block.breakNaturally(item);
}

// The list only contains other drops, not those from the block itself, so we still need to handle those
for (ItemStack drop : drops) {
// Prevent null or air from being dropped
Expand Down

0 comments on commit 6d63b3c

Please sign in to comment.