ploof-pack/faithless/assets/minecraft/models/item/golden_leggings.json

145 lines
4.1 KiB
JSON

{
"parent": "item/end_portal_frame",
"ambientocclusion": false,
"textures": {
"1": "item/golden_leggings",
"lantern": "block/models/armor/gold_layer_2"
},
"elements": [
{
"from": [6, 6, 6],
"to": [10, 6, 10],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"from": [8, -2, 6],
"to": [12, 10, 10],
"faces": {
"north": {"uv": [1, 10, 2, 16], "texture": "#lantern"},
"east": {"uv": [0, 10, 1, 16], "texture": "#lantern"},
"south": {"uv": [3, 10, 4, 16], "texture": "#lantern"},
"west": {"uv": [2, 10, 3, 16], "texture": "#lantern"},
"up": {"uv": [1, 8, 2, 10], "rotation": 90, "texture": "#lantern"}
}
},
{
"from": [12, -2, 6],
"to": [8, 10, 10],
"faces": {
"north": {"uv": [2, 10, 1, 16], "texture": "#lantern"},
"east": {"uv": [2, 10, 3, 16], "texture": "#lantern"},
"south": {"uv": [4, 10, 3, 16], "texture": "#lantern"},
"west": {"uv": [0, 10, 1, 16], "texture": "#lantern"}
}
},
{
"from": [8, -2, 6],
"to": [4, 10, 10],
"faces": {
"north": {"uv": [1, 10, 2, 16], "texture": "#lantern"},
"east": {"uv": [0, 10, 1, 16], "texture": "#lantern"},
"south": {"uv": [3, 10, 4, 16], "texture": "#lantern"},
"west": {"uv": [2, 10, 3, 16], "texture": "#lantern"}
}
},
{
"from": [4, -2, 6],
"to": [8, 10, 10],
"faces": {
"north": {"uv": [2, 10, 1, 16], "texture": "#lantern"},
"east": {"uv": [2, 10, 3, 16], "texture": "#lantern"},
"south": {"uv": [4, 10, 3, 16], "texture": "#lantern"},
"west": {"uv": [0, 10, 1, 16], "texture": "#lantern"},
"up": {"uv": [2, 8, 1, 10], "rotation": 90, "texture": "#lantern"}
}
},
{
"from": [3.9, 10, 5.9],
"to": [12.1, 22, 10.1],
"faces": {
"north": {"uv": [5, 10, 7, 16], "texture": "#lantern"},
"east": {"uv": [4, 10, 5, 16], "texture": "#lantern"},
"south": {"uv": [8, 10, 10, 16], "texture": "#lantern"},
"west": {"uv": [7, 10, 8, 16], "texture": "#lantern"},
"up": {"uv": [5, 8, 7, 10], "texture": "#lantern"}
}
},
{
"from": [12.1, 10, 5.9],
"to": [3.9, 22, 10.1],
"faces": {
"north": {"uv": [7, 10, 5, 16], "texture": "#lantern"},
"east": {"uv": [7, 10, 8, 16], "texture": "#lantern"},
"south": {"uv": [10, 10, 8, 16], "texture": "#lantern"},
"west": {"uv": [4, 10, 5, 16], "texture": "#lantern"}
}
}
],
"gui_light": "front",
"display": {
"thirdperson_righthand": {
"rotation": [14.5, -64, 0],
"translation": [0, -1.5, -1.5],
"scale": [0.75, 0.75, 0.75]
},
"thirdperson_lefthand": {
"rotation": [14.5, -64, 0],
"translation": [0, -1.5, -1.5],
"scale": [0.75, 0.75, 0.75]
},
"firstperson_righthand": {
"rotation": [162.5, 48, -170],
"translation": [-1, 3.5, 2],
"scale": [0.5, 0.5, 0.5]
},
"firstperson_lefthand": {
"rotation": [162.5, 48, -170],
"translation": [-1, 3.5, 2],
"scale": [0.5, 0.5, 0.5]
},
"ground": {
"translation": [0, 3.25, 0],
"scale": [0.6, 0.6, 0.6]
},
"fixed": {
"translation": [0, 0, -3.75],
"scale": [2, 2, 2]
}
},
"overrides": [
{
"model": "minecraft:item/golden_leggings_quartz_trim",
"predicate": { "trim_type": 0.1 } },
{
"model": "minecraft:item/golden_leggings_iron_trim",
"predicate": { "trim_type": 0.2 } },
{
"model": "minecraft:item/golden_leggings_netherite_trim",
"predicate": { "trim_type": 0.3 } },
{
"model": "minecraft:item/golden_leggings_redstone_trim",
"predicate": { "trim_type": 0.4 } },
{
"model": "minecraft:item/golden_leggings_copper_trim",
"predicate": { "trim_type": 0.5 } },
{
"model": "minecraft:item/golden_leggings_gold_trim",
"predicate": { "trim_type": 0.6 } },
{
"model": "minecraft:item/golden_leggings_emerald_trim",
"predicate": { "trim_type": 0.7 } },
{
"model": "minecraft:item/golden_leggings_diamond_trim",
"predicate": { "trim_type": 0.8 } },
{
"model": "minecraft:item/golden_leggings_lapis_trim",
"predicate": { "trim_type": 0.9 } },
{
"model": "minecraft:item/golden_leggings_amethyst_trim",
"predicate": { "trim_type": 1.0 }
}
]
}