Files
minecraft-assets/data/minecraft/recipe/leather_boots.json
2025-01-15 18:31:25 +01:00

15 lines
225 B
JSON

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