minecraft-src/data/minecraft/recipe/iron_nugget.json
2025-07-04 01:41:11 +03:00

13 lines
No EOL
208 B
JSON

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