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

23 lines
461 B
JSON
Vendored

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:WorkBench_recipeId"
},
"tags": [
"crafting_table"
],
"pattern": [
"AA",
"AA"
],
"key": {
"A": {
"item": "minecraft:planks"
}
},
"result": {
"item": "crafting_table"
}
}
}