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

28 lines
420 B
JSON
Vendored

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:smoker"
},
"tags": [ "crafting_table" ],
"pattern": [
" # ",
"#F#",
" # "
],
"key": {
"F": {
"item": "minecraft:furnace"
},
"#": {
"item": "minecraft:log"
}
},
"result": {
"item": "minecraft:smoker"
}
}
}