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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
{
"parent": "block/block",
"gui_light": "front",
"textures": {
"particle": "#item",
"item": "#item",
"end": "#end",
"all": "#all"
},
"elements": [
{
"from": [16, 16, 16],
"to": [0, 0, 0],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [0, 16, 16, 0], "texture": "#all"},
"east": {"uv": [0, 16, 16, 0], "texture": "#all"},
"south": {"uv": [0, 16, 16, 0], "texture": "#all"},
"west": {"uv": [0, 16, 16, 0], "texture": "#all"},
"up": {"uv": [0, 0, 16, 16], "texture": "#all"},
"down": {"uv": [0, 0, 16, 16], "texture": "#all"}
}
},
{
"from": [-0.5, -0.5, 8],
"to": [16.5, 16.5, 8],
"shade": false,
"rotation": {"angle": 22.5, "axis": "x", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#item"}
}
}
],
"display": {
"gui": {
"rotation": [ 30, 180, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.7, 0.7, 0.7 ]
},
"firstperson_righthand": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 0.40, 0.40, 0.40 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 0, 0 ],
"scale": [ 0.40, 0.40, 0.40 ]
},
"thirdperson_righthand": {
"rotation": [ 75, 45, 0 ],
"translation": [ 0, 3, -1.3],
"scale": [ 0.375, 0.375, 0.375 ]
}
}
}
|