Files
minecraft-assets/data/minecraft/recipe/blast_furnace.json
2024-10-16 18:32:00 +02: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"
}
}