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

28 lines
425 B
JSON
Vendored

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:spruce_wood"
},
"tags": [ "crafting_table" ],
"group": "wood",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:log",
"data": 1
}
},
"result": {
"item": "minecraft:wood",
"data": 1,
"count": 3
}
}
}