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

16 lines
220 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"XXX",
"X X",
"X X"
],
"key": {
"X": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "minecraft:iron_leggings"
}
}