minecraft-assets/data/minecraft/recipes/smoker.json

21 lines
309 B
JSON

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