Files
tcc/servers/bedrock/behavior_packs/vanilla/recipes/noteblock.json

28 lines
561 B
JSON
Vendored

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:noteblock"
},
"tags": [
"crafting_table"
],
"pattern": [
"AAA",
"ABA",
"AAA"
],
"key": {
"A": {
"item": "minecraft:planks"
},
"B": {
"item": "redstone"
}
},
"result": {
"item": "noteblock",
"count": 1
}
}
}