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

85 lines
2.0 KiB
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "item/golden_chestplate",
"textures": {
"1": "item/elytra",
"2": "block/entity/elytra",
"particle": "block/entity/elytra"
},
"elements": [
{
"from": [6, 0, 6],
"to": [10, 0, 10],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"from": [8, 0, 5.9],
"to": [17, 20, 9.9],
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 10, 8]},
"faces": {
"north": {"uv": [9, 1, 11.25, 10.5], "texture": "#2"},
"east": {"uv": [8.5, 1, 9, 10.5], "texture": "#2"},
"up": {"uv": [6.25, 0, 8.5, 1], "texture": "#2"}
}
},
{
"from": [-1, 0, 6],
"to": [8, 20, 10],
"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 10, 8]},
"faces": {
"north": {"uv": [11.25, 1, 9, 10.5], "texture": "#2"},
"west": {"uv": [9, 1, 8.5, 10.5], "texture": "#2"},
"up": {"uv": [8.5, 0, 6.25, 1], "texture": "#2"}
}
},
{
"from": [17, 20, 9.9],
"to": [8, 0, 5.9],
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 10, 4]},
"faces": {
"south": {"uv": [11.25, 1, 9, 10.5], "rotation": 180, "texture": "#2"}
}
},
{
"from": [8, 20, 10],
"to": [-1, 0, 6],
"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 10, 4]},
"faces": {
"south": {"uv": [9, 1, 11.25, 10.5], "rotation": 180, "texture": "#2"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [68, 0, 0],
"translation": [0, -0.5, -1.25],
"scale": [0.41, 0.41, 0.41]
},
"thirdperson_lefthand": {
"rotation": [68, 0, 0],
"translation": [0, -0.5, -1.25],
"scale": [0.41, 0.41, 0.41]
},
"firstperson_righthand": {
"rotation": [26, -41, 12],
"translation": [1.75, -3.75, 0],
"scale": [0.68, 0.68, 0.68]
},
"firstperson_lefthand": {
"rotation": [26, -41, 12],
"translation": [1.75, -3.75, 0],
"scale": [0.68, 0.68, 0.68]
},
"ground": {
"translation": [0, 4, 0],
"scale": [0.5, 0.5, 0.5]
},
"fixed": {
"rotation": [11.75, 0, 0],
"translation": [0, -6, -4.5],
"scale": [1.24, 1.24, 1.24]
}
}
}