Block_NoteBlock: {
    type: "compound";
    value: { note: { type: "byte"; value: number } };
}

Additional fields for [note block](https://minecraft.wiki/w/note block).

Type declaration

  • type: "compound"
  • value: { note: { type: "byte"; value: number } }
    • note: { type: "byte"; value: number }

      The pitch of the note block.