Files
minecraft-assets/data/minecraft/recipes/furnace.json
2024-03-13 18:29:36 +01:00

18 lines
263 B
JSON

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