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

17 lines
249 B
JSON

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