16 lines
210 B
JSON
16 lines
210 B
JSON
{
|
|
"type": "crafting_shaped",
|
|
"pattern": [
|
|
"XXX",
|
|
"X X",
|
|
"X X"
|
|
],
|
|
"key": {
|
|
"X": {
|
|
"item": "minecraft:iron_ingot"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:iron_leggings"
|
|
}
|
|
} |