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

16 lines
227 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"# #",
"###"
],
"key": {
"#": {
"tag": "minecraft:stone_crafting_materials"
}
},
"result": {
"item": "minecraft:furnace"
}
}