Files
minecraft-assets/data/minecraft/recipe/gold_ingot_from_nuggets.json
2025-02-26 18:31:02 +01:00

17 lines
257 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "gold_ingot",
"key": {
"#": "minecraft:gold_nugget"
},
"pattern": [
"###",
"###",
"###"
],
"result": {
"count": 1,
"id": "minecraft:gold_ingot"
}
}