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

16 lines
223 B
JSON

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