Files
minecraft-assets/data/minecraft/recipes/iron_ingot_from_nuggets.json
2023-05-10 18:28:10 +02:00

19 lines
294 B
JSON

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