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

76 lines
1.7 KiB
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "item/end_portal_frame",
"textures": {
"0": "item/pumpkin_pie_model",
"particle": "item/pumpkin_pie"
},
"elements": [
{
"from": [6, 0, 6],
"to": [10, 0, 10],
"shade": false,
"faces": {
"down": {"uv": [8, 8, 16, 16], "texture": "#0"}
}
},
{
"from": [2, 0, 2],
"to": [14, 5, 14],
"faces": {
"north": {"uv": [0, 6, 6, 8.5], "texture": "#0"},
"east": {"uv": [0, 6, 6, 8.5], "texture": "#0"},
"south": {"uv": [0, 6, 6, 8.5], "texture": "#0"},
"west": {"uv": [0, 6, 6, 8.5], "texture": "#0"},
"up": {"uv": [0, 0, 6, 6], "texture": "#0"}
}
},
{
"from": [8, 5, 6],
"to": [8, 8, 10],
"rotation": {"angle": 45, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"east": {"uv": [6.5, 0.5, 8.5, 2], "texture": "#0"},
"west": {"uv": [6.5, 0.5, 8.5, 2], "texture": "#0"}
}
},
{
"from": [8, 5, 6],
"to": [8, 8, 10],
"rotation": {"angle": -45, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"east": {"uv": [6.5, 0.5, 8.5, 2], "texture": "#0"},
"west": {"uv": [6.5, 0.5, 8.5, 2], "texture": "#0"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [56.5, 0, 0],
"translation": [-6, 3.5, 3.5],
"scale": [0.78, 0.78, 0.78]
},
"thirdperson_lefthand": {
"rotation": [56.5, 0, 0],
"translation": [-6, 3.5, 3.5],
"scale": [0.78, 0.78, 0.78]
},
"firstperson_righthand": {
"rotation": [9, 0, 0],
"translation": [-9, 4.75, 0],
"scale": [0.92, 0.92, 0.92]
},
"firstperson_lefthand": {
"rotation": [13.19, 1.39, 5.79],
"translation": [4.25, 3.75, 0]
},
"gui": {
"rotation": [-90, 0, 0],
"scale": [4, 4, 4]
},
"fixed": {
"rotation": [-90, 0, 0],
"translation": [0, 0, -15],
"scale": [2, 2, 2]
}
}
}