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

12 lines
188 B
JSON
Raw Permalink Normal View History

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:iron_ingot"
}
],
"result": {
"item": "minecraft:iron_nugget",
"count": 9
}
}