Mojira Archive
MC-220658

Falling blocks don't play their breaking sound when their DropItem tag is set to 0

Run

/summon minecraft:falling_block ~ ~ ~ {BlockState:{Name:"minecraft:pointed_dripstone",Properties:{vertical_direction:"down"}},FallHurtMax:40,Time:15,DropItem:1}

and notice how the breaking sound plays when the dripstone lands.

Now run

/summon minecraft:falling_block ~ ~ ~ {BlockState:{Name:"minecraft:pointed_dripstone",Properties:{vertical_direction:"down"}},FallHurtMax:40,Time:15,DropItem:0}

and notice how the breaking sound does not play this time, while the only difference is that it doesn't drop its item.

This doesn't make sense, as the dripstone is still breaking and should still play the sound, even if its not dropping the item. This also applies to anvils breaking.

Unresolved

[Mod] Chandler

2021-03-24, 04:23 AM

2024-06-15, 09:36 PM

7

4

Confirmed

Low

Platform

Sound

1.16.5 - 1.211.16.5, 21w11a, 21w13a, 21w14a, 21w15a, 21w16a, 21w17a, 1.17, 1.17.1, 1.18.1, 1.18.2, 22w11a, 1.19, 1.19.1, 1.19.2, 1.19.3, 23w04a, 1.19.4, 23w14a, 1.20.1, 1.20.4, 1.21

-