Files
minecraft-assets/data/minecraft/recipes/furnace.json
2024-02-28 18:28:54 +01:00

17 lines
247 B
JSON

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