Files
tcc/servers/bedrock/behavior_packs/vanilla_1.19.40/recipes/chest.json

26 lines
516 B
JSON
Vendored

{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:Chest_recipeId"
},
"tags": [
"crafting_table"
],
"pattern": [
"AAA",
"A A",
"AAA"
],
"key": {
"A": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "chest",
"count": 1
},
"priority": -1
}
}