Files
minecraft-assets/data/minecraft/recipe/blast_furnace.json
2025-03-12 18:31:32 +01:00

18 lines
299 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": "minecraft:smooth_stone",
"I": "minecraft:iron_ingot",
"X": "minecraft:furnace"
},
"pattern": [
"III",
"IXI",
"###"
],
"result": {
"count": 1,
"id": "minecraft:blast_furnace"
}
}