G GameIDs
minecraft · recipes · 1.16.5

Note Block

note_block

Recipe #576

1.16.5 #7
{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "###",
        "#X#",
        "###"
    ],
    "key": {
        "#": {
            "tag": "minecraft:planks"
        },
        "X": {
            "item": "minecraft:redstone"
        }
    },
    "result": {
        "item": "minecraft:note_block"
    }
}