-
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
- Place a spawner, and note the sound being played
- run /playsound minecraft:block.spawner.place, and note the sound being played
- 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.