minecraft-assets/data/minecraft/recipes/iron_ingot_from_nuggets.json

17 lines
233 B
JSON

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