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

27 lines
434 B
JSON
Vendored

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