Files
minecraft-assets/data/minecraft/recipe/furnace.json
2025-02-26 18:31:02 +01:00

16 lines
243 B
JSON

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