Files
minecraft-assets/data/minecraft/recipes/gold_nugget.json
2024-02-14 17:44:28 +01:00

13 lines
210 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:gold_ingot"
}
],
"result": {
"count": 9,
"item": "minecraft:gold_nugget"
}
}