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

25 lines
390 B
JSON
Vendored

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:leather_chestplate"
},
"tags": [ "crafting_table" ],
"pattern": [
"X X",
"XXX",
"XXX"
],
"key": {
"X": {
"item": "minecraft:leather"
}
},
"result": {
"item": "minecraft:leather_chestplate"
}
}
}