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

43 lines
973 B
JSON

{
"parent": "item/pumpkin_pie",
"textures": {
"1": "block/cake_inner",
"2": "block/cake_side",
"3": "block/cake_top",
"4": "item/cake",
"particle": "block/cake_bottom"
},
"elements": [
{
"from": [6, 0, 6],
"to": [10, 0, 10],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#4"}
}
},
{
"from": [1, 0, 1],
"to": [15, 8, 15],
"faces": {
"north": {"uv": [1, 8, 15, 16], "texture": "#2"},
"east": {"uv": [1, 8, 15, 16], "texture": "#1"},
"south": {"uv": [1, 8, 15, 16], "texture": "#2"},
"west": {"uv": [1, 8, 15, 16], "texture": "#2"},
"up": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#3"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [56.5, 0, 0],
"translation": [-6, 2.25, 2.25],
"scale": [0.57, 0.57, 0.57]
},
"thirdperson_lefthand": {
"rotation": [56.5, 0, 0],
"translation": [-6, 2.25, 2.25],
"scale": [0.57, 0.57, 0.57]
}
}
}