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
|
{
"parent": "item/chest",
"textures": {
"particle": "block/soul_sand"
},
"display": {
"gui": {
"rotation": [ 30, 45, 0 ],
"translation": [ 0, 5, 0],
"scale":[ 1.4, 1.4, 1.4 ]
},
"ground": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 4, 0],
"scale":[ 0.6, 0.6, 0.6 ]
},
"fixed": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 6, 0],
"scale":[ 1.5, 1.5, 1.5 ]
},
"thirdperson_righthand": {
"rotation": [ 75, 225, 0 ],
"translation": [ 0, 3, 3 ],
"scale": [ 0.6, 0.6, 0.6 ]
},
"firstperson_righthand": {
"rotation": [ 0, 200, 0 ],
"translation": [ 5, 3, 0 ],
"scale": [ 0.40, 0.40, 0.40 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 200, 0 ],
"translation": [ 5, 3, 0 ],
"scale": [ 0.40, 0.40, 0.40 ]
}
}
}
|