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

16 lines
220 B
JSON

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