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

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"
}
}