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

127 lines
3.6 KiB
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "item/end_portal_frame",
"ambientocclusion": false,
"textures": {
"1": "item/golden_boots",
"lantern": "block/models/armor/gold_layer_1"
},
"elements": [
{
"from": [13, 0, 5],
"to": [7, 12, 11],
"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"},
"down": {"uv": [2, 8, 3, 10], "texture": "#lantern"}
}
},
{
"from": [6, 0, 6],
"to": [10, 0, 10],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"from": [7, 0, 5],
"to": [13, 12, 11],
"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": [9, 0, 5],
"to": [3, 12, 11],
"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"},
"down": {"uv": [2, 8, 3, 10], "texture": "#lantern"}
}
},
{
"from": [3, 0, 5],
"to": [9, 12, 11],
"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"}
}
}
],
"gui_light": "front",
"display": {
"thirdperson_righthand": {
"rotation": [90, -64, 0],
"translation": [0, -1.5, 2.5],
"scale": [0.75, 0.75, 0.75]
},
"thirdperson_lefthand": {
"rotation": [90, -64, 0],
"translation": [0, -1.5, 2.5],
"scale": [0.75, 0.75, 0.75]
},
"firstperson_righthand": {
"rotation": [162.5, 48, -170],
"translation": [-1, 6.5, 2],
"scale": [0.5, 0.5, 0.5]
},
"firstperson_lefthand": {
"rotation": [162.5, 48, -170],
"translation": [-1, 6.5, 2],
"scale": [0.5, 0.5, 0.5]
},
"ground": {
"translation": [0, 3.25, 0],
"scale": [0.6, 0.6, 0.6]
},
"fixed": {
"rotation": [-90, 0, 0],
"translation": [0, 0, -14.3],
"scale": [2, 2, 2]
}
},
"overrides": [
{
"model": "minecraft:item/golden_boots_quartz_trim",
"predicate": { "trim_type": 0.1 } },
{
"model": "minecraft:item/golden_boots_iron_trim",
"predicate": { "trim_type": 0.2 } },
{
"model": "minecraft:item/golden_boots_netherite_trim",
"predicate": { "trim_type": 0.3 } },
{
"model": "minecraft:item/golden_boots_redstone_trim",
"predicate": { "trim_type": 0.4 } },
{
"model": "minecraft:item/golden_boots_copper_trim",
"predicate": { "trim_type": 0.5 } },
{
"model": "minecraft:item/golden_boots_gold_trim",
"predicate": { "trim_type": 0.6 } },
{
"model": "minecraft:item/golden_boots_emerald_trim",
"predicate": { "trim_type": 0.7 } },
{
"model": "minecraft:item/golden_boots_diamond_trim",
"predicate": { "trim_type": 0.8 } },
{
"model": "minecraft:item/golden_boots_lapis_trim",
"predicate": { "trim_type": 0.9 } },
{
"model": "minecraft:item/golden_boots_amethyst_trim",
"predicate": { "trim_type": 1.0 }
}
]
}