Files
minecraft-assets/data/minecraft/recipes/gold_nugget.json
2018-12-21 06:38:40 +00:00

12 lines
178 B
JSON

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