Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-220658

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.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
    • None
    • Confirmed
    • Sound
    • Low
    • Platform

      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.

            Unassigned Unassigned
            TriWonder81 [Mod] Chandler
            Votes:
            7 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              CHK: