MineAssets/1.12.2/assets/minecraft/recipes/diamond_leggings.json
2024-12-17 02:08:01 +03:00

16 lines
210 B
JSON

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