minecraft-src/data/minecraft/recipe/leather_leggings.json
2025-07-04 01:41:11 +03:00

18 lines
No EOL
261 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"X": {
"item": "minecraft:leather"
}
},
"pattern": [
"XXX",
"X X",
"X X"
],
"result": {
"count": 1,
"id": "minecraft:leather_leggings"
}
}