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
|
{
"textures": {
"layer0": "tinkerscompendium:items/armor/robe/_cloth",
"layer1": "tinkerscompendium:items/armor/robe/_trim",
"layer2": "tinkerscompendium:items/armor/robe/_plate",
"broken1": "tinkerscompendium:items/armor/robe/_cloth"
},
"display": {
"thirdperson_righthand": {
"rotation": [ 0, 90, 45 ],
"translation": [ 0, 8, 0 ],
"scale": [ 1.5, 1.5, 1 ]
},
"thirdperson_lefthand": {
"rotation": [ 0, 90, 45 ],
"translation": [ 0, 8, 0 ],
"scale": [ 1.5, 1.5, 1 ]
},
"firstperson_righthand": {
"rotation": [ 0, 90, 45 ],
"translation": [ 0, 8, 0 ],
"scale": [ 1.5, 1.5, 1 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 90, 45 ],
"translation": [ 0, 8, 0 ],
"scale": [ 1.5, 1.5, 1 ]
},
"fixed": {
"rotation": [ 0, 180, 0 ],
"translation": [ -2, 4, -5],
"scale":[ 0.5, 0.5, 0.5]
}
}
}
|