This block component determines which note block sound is used if the custom block is underneath a note block. It can be one of these values:
- note.zombie
- note.xylophone
- note.witherskeleton
- note.snare
- note.skeleton
- note.pling
- note.piglin
- note.iron_xylophone
- note.hat
- note.harp (This is selected by default)
- note.guitar
- note.flute
- note.enderdragon
- note.didgeridoo
- note.creeper
- note.cow_bell
- note.chime
- note.bit
- note.bell
- note.bd
- note.bass
Example component JSON code:
"minecraft:note_block_sound": { "note_block_sound": "note.snare" }
Example use cases:
- Useful if you are making a white sand block and you need to use this component so note blocks play the snare drum sound.
Please sign in to leave a comment.
1 Comments