Files
minecraft-assets/data/minecraft/recipes/smoker.json
2024-02-14 17:44:28 +01:00

20 lines
280 B
JSON

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