Files
minecraft-assets/data/minecraft/recipes/gold_nugget.json
2023-02-15 18:28:18 +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"
}
}