Files
minecraft-assets/data/minecraft/recipes/note_block.json
2023-02-22 18:29:48 +01:00

21 lines
320 B
JSON

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