minecraft-src/assets/minecraft/equipment/leather.json
2025-07-04 03:15:13 +03:00

34 lines
No EOL
615 B
JSON

{
"layers": {
"horse_body": [
{
"dyeable": {
"color_when_undyed": -6265536
},
"texture": "minecraft:leather"
}
],
"humanoid": [
{
"dyeable": {
"color_when_undyed": -6265536
},
"texture": "minecraft:leather"
},
{
"texture": "minecraft:leather_overlay"
}
],
"humanoid_leggings": [
{
"dyeable": {
"color_when_undyed": -6265536
},
"texture": "minecraft:leather"
},
{
"texture": "minecraft:leather_overlay"
}
]
}
}