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
58
59
60
61
62
63
64
65
|
{
"textures": {
"layer0": "tinkerscompendium:items/heatershield/edge",
"layer1": "tinkerscompendium:items/heatershield/plate",
"layer2": "tinkerscompendium:items/heatershield/face",
"layer3": "tinkerscompendium:items/heatershield/binding",
"broken1": "tinkerscompendium:items/heatershield/plate_broken"
},
"display": {
"thirdperson_righthand": {
"rotation": [ 0, 90, 0 ],
"translation": [ 2, 0, 2 ],
"scale": [ 1, 1, 1 ]
},
"thirdperson_lefthand": {
"rotation": [ 0, 90, 0 ],
"translation": [ 2, 0, 2 ],
"scale": [ 1, 1, 1 ]
},
"firstperson_righthand": {
"rotation": [ 0, 135, 5 ],
"translation": [ 10, -10, -10 ],
"scale": [ 2, 2, 2 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 135, 5 ],
"translation": [ 10, -16, -10 ],
"scale": [ 2, 2, 2 ]
},
"fixed": {
"rotation": [ 0, 180, 0 ],
"translation": [ -2, 4, -5],
"scale":[ 0.5, 0.5, 0.5]
}
},
"overrides": [
{
"predicate": {
"block": 1
},
"display": {
"thirdperson_righthand": {
"rotation": [ 30, 145, 0 ],
"translation": [ 2, 0, -1 ],
"scale": [ 1, 1, 1 ]
},
"thirdperson_lefthand": {
"rotation": [ 30, 145, 0 ],
"translation": [ 2, 0, -1 ],
"scale": [ 1, 1, 1 ]
},
"firstperson_righthand": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, -8, -10 ],
"scale": [ 2, 2, 2 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, -8, -10 ],
"scale": [ 2, 2, 2 ]
}
}
}
]
}
|