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

New spawner sound events for placing, etc. are not registered properly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • None
    • 1.21.1 Release Candidate 1, 1.21.1
    • None
    • Confirmed
    • Sound

      1.21.1-rc1 added distinct sounds and sound events for placing, breaking, hitting and stepping on spawners instead of using block.metal like it did, but these events apparently fail to be registered to spawners properly. Namely, the event stringsĀ block.spawner.* cannot be found in decompiled source, namely in net.minecraft.sounds.SoundEvents.

      Steps to reproduce

      1. Place a spawner, and note the sound being played
      2. run /playsound minecraft:block.spawner.place, and note the sound being played
      3. run /playsound minecraft:block.metal.place, and note the sound being played

      Expected result

      The sounds played in step 1 and 2 match, and are different from that of step 3.

      Observed result

      The sounds played in step 1 and 3 match, and are different from that of step 2.

            Unassigned Unassigned
            dovisutu dovisutu
            Votes:
            4 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: