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

21 lines
No EOL
298 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"I": {
"item": "minecraft:iron_ingot"
},
"N": {
"item": "minecraft:iron_nugget"
}
},
"pattern": [
"N",
"I",
"N"
],
"result": {
"count": 1,
"id": "minecraft:chain"
}
}