You've already forked minecraft-assets
75 lines
1.6 KiB
JSON
75 lines
1.6 KiB
JSON
{
|
|
"parent": "minecraft:item/generated",
|
|
"overrides": [
|
|
{
|
|
"model": "minecraft:item/leather_helmet_quartz_trim",
|
|
"predicate": {
|
|
"trim_type": 0.01
|
|
}
|
|
},
|
|
{
|
|
"model": "minecraft:item/leather_helmet_iron_trim",
|
|
"predicate": {
|
|
"trim_type": 0.02
|
|
}
|
|
},
|
|
{
|
|
"model": "minecraft:item/leather_helmet_netherite_trim",
|
|
"predicate": {
|
|
"trim_type": 0.03
|
|
}
|
|
},
|
|
{
|
|
"model": "minecraft:item/leather_helmet_redstone_trim",
|
|
"predicate": {
|
|
"trim_type": 0.04
|
|
}
|
|
},
|
|
{
|
|
"model": "minecraft:item/leather_helmet_copper_trim",
|
|
"predicate": {
|
|
"trim_type": 0.05
|
|
}
|
|
},
|
|
{
|
|
"model": "minecraft:item/leather_helmet_gold_trim",
|
|
"predicate": {
|
|
"trim_type": 0.06
|
|
}
|
|
},
|
|
{
|
|
"model": "minecraft:item/leather_helmet_emerald_trim",
|
|
"predicate": {
|
|
"trim_type": 0.07
|
|
}
|
|
},
|
|
{
|
|
"model": "minecraft:item/leather_helmet_diamond_trim",
|
|
"predicate": {
|
|
"trim_type": 0.08
|
|
}
|
|
},
|
|
{
|
|
"model": "minecraft:item/leather_helmet_lapis_trim",
|
|
"predicate": {
|
|
"trim_type": 0.09
|
|
}
|
|
},
|
|
{
|
|
"model": "minecraft:item/leather_helmet_amethyst_trim",
|
|
"predicate": {
|
|
"trim_type": 0.1
|
|
}
|
|
},
|
|
{
|
|
"model": "minecraft:item/leather_helmet_resin_trim",
|
|
"predicate": {
|
|
"trim_type": 0.11
|
|
}
|
|
}
|
|
],
|
|
"textures": {
|
|
"layer0": "minecraft:item/leather_helmet",
|
|
"layer1": "minecraft:item/leather_helmet_overlay"
|
|
}
|
|
} |