Files
minecraft-assets/data/minecraft/recipe/chain.json
2024-05-29 18:31:30 +02:00

21 lines
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"
}
}