Files
minecraft-assets/data/minecraft/recipes/gold_nugget.json
2022-07-27 18:38:54 +02:00

12 lines
188 B
JSON

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