1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
{
"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]
}
}
}
|