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

24 lines
402 B
JSON
Vendored

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:furnace"
},
"tags": [ "crafting_table" ],
"pattern": [
"###",
"# #",
"###"
],
"key": {
"#": {
"tag": "minecraft:stone_crafting_materials"
}
},
"result": {
"item": "minecraft:furnace"
},
"priority": -1
}
}