minecraft-src/data/minecraft/recipe/blast_furnace.json
2025-07-04 01:41:11 +03:00

24 lines
No EOL
365 B
JSON

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