misode / minecraft-schemas

Schemas to parse and validate JSON structures
MIT License
43 stars 9 forks source link

note_block_sound not recognized #46

Closed GrifterMage closed 8 months ago

GrifterMage commented 1 year ago

1.20 added note_block_sound as a tag for player heads; this is currently not being recognized as valid.

misode commented 8 months ago

note_block_sound is an NBT property of skull block entities, which is not tracked by this repository. Perhaps you meant to report this on https://github.com/Yurihaia/mc-nbtdoc?