Files
minecraft-assets/data/minecraft/recipes/gold_ingot_from_nuggets.json
2023-12-20 18:29:04 +01:00

18 lines
265 B
JSON

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