minecraft-src/data/minecraft/recipe/smoker.json
2025-07-04 01:41:11 +03:00

21 lines
No EOL
294 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"tag": "minecraft:logs"
},
"X": {
"item": "minecraft:furnace"
}
},
"pattern": [
" # ",
"#X#",
" # "
],
"result": {
"count": 1,
"id": "minecraft:smoker"
}
}