Sound event name of shulker box is miscategorised as entity, instead of block.
/playsound minecraft:entity.shulker_box.open voice @p
is a command that you can use to make the sound of a shulker box opening, but shulker boxes are blocks, not entities. The command should be
/playsound minecraft:block.shulker_box.open voice @p
Created Issue:
/playsound miscategorises shulker box sounds as being entity sounds, instead of block sounds.
`/playsound minecraft:entity.shulker_box.open voice @p`
is a command that you can use to make the sound of a shulker box opening, but shulker boxes are blocks, not entities. The command should be
`/playsound minecraft:block.shulker_box.open voice @p`
Changed Description:
`/playsound minecraft:entity.shulker_box.open voice @p`is a command that you can use to make the sound of a shulker box opening, but shulker boxes are blocks, not entities. The command should be
`/playsound minecraft:block.shulker_box.open voice @p`
Added Labels: playsound shulker-box
Changed Summary:
/playsound miscategorises shulker box sounds as being entity sounds, instead of blocksounds.Sound event name of shulker box is miscategorised as entity, instead of block.
Added Labels: /playsound shulker_box
Removed Labels: playsound shulker-box
They are actually entities but I am curious as to what they did to "resolve" the bug report. I suppose I could be wrong. But I do believe that they are just reusing the original shulker entity.
They are not, shulkers are, shulker boxes are blocks.