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
|
{
"textures": {
"layer0": "tconstruct:items/battlesign/handle",
"layer1": "tconstruct:items/battlesign/head",
"broken1": "tconstruct:items/battlesign/broken_head"
},
"display": {
"thirdperson_righthand": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 4.0, 2.5 ],
"scale": [ 1, 1, 1 ]
},
"thirdperson_lefthand": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 4.0, 2.5 ],
"scale": [ 1, 1, 1 ]
},
"firstperson_righthand": {
"rotation": [ 0, 0, -5 ],
"translation": [ 0, -2, 0.8 ],
"scale": [ 1, 1, 1 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 0, -5 ],
"translation": [ 0, -2, -0.8 ],
"scale": [ 1, 1, 1 ]
}
},
"overrides": {
"predicate": {
"blocking": 1
},
"display": {
"thirdperson_righthand": {
"rotation": [ 20, -25, 0 ],
"translation": [ 0.5, 5.0, 3.5 ],
"scale": [ 1, 1, 1 ]
},
"thirdperson_lefthand": {
"rotation": [ 20, -25, 0 ],
"translation": [ -0.5, 5.0, 3.5 ],
"scale": [ 1, 1, 1 ]
},
"firstperson_righthand": {
"rotation": [ 0, 0, 5 ],
"translation": [ -5, -2, -0.2 ],
"scale": [ 1, 1, 1 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 0, 5 ],
"translation": [ -5, -2, -0.2 ],
"scale": [ 1, 1, 1 ]
}
}
}
}
|