Files
minecraft-assets/assets/minecraft/models/item/leather_boots.json
2024-10-30 18:32:18 +01:00

75 lines
1.5 KiB
JSON

{
"parent": "minecraft:item/generated",
"overrides": [
{
"model": "minecraft:item/leather_boots_quartz_trim",
"predicate": {
"trim_type": 0.01
}
},
{
"model": "minecraft:item/leather_boots_iron_trim",
"predicate": {
"trim_type": 0.02
}
},
{
"model": "minecraft:item/leather_boots_netherite_trim",
"predicate": {
"trim_type": 0.03
}
},
{
"model": "minecraft:item/leather_boots_redstone_trim",
"predicate": {
"trim_type": 0.04
}
},
{
"model": "minecraft:item/leather_boots_copper_trim",
"predicate": {
"trim_type": 0.05
}
},
{
"model": "minecraft:item/leather_boots_gold_trim",
"predicate": {
"trim_type": 0.06
}
},
{
"model": "minecraft:item/leather_boots_emerald_trim",
"predicate": {
"trim_type": 0.07
}
},
{
"model": "minecraft:item/leather_boots_diamond_trim",
"predicate": {
"trim_type": 0.08
}
},
{
"model": "minecraft:item/leather_boots_lapis_trim",
"predicate": {
"trim_type": 0.09
}
},
{
"model": "minecraft:item/leather_boots_amethyst_trim",
"predicate": {
"trim_type": 0.1
}
},
{
"model": "minecraft:item/leather_boots_resin_trim",
"predicate": {
"trim_type": 0.11
}
}
],
"textures": {
"layer0": "minecraft:item/leather_boots",
"layer1": "minecraft:item/leather_boots_overlay"
}
}