MineAssets/1.12.2/assets/minecraft/recipes/iron_ingot_from_block.json
2024-12-17 02:08:01 +03:00

16 lines
224 B
JSON

{
"type": "crafting_shaped",
"group": "iron_ingot",
"pattern": [
"#"
],
"key": {
"#": {
"item": "minecraft:iron_block"
}
},
"result": {
"item": "minecraft:iron_ingot",
"count": 9
}
}