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

25 lines
373 B
JSON
Vendored

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:cauldron"
},
"tags": [ "crafting_table" ],
"pattern": [
"# #",
"# #",
"###"
],
"key": {
"#": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "minecraft:cauldron"
}
}
}