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

16 lines
212 B
JSON

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