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
|
{
"textures": {
"layer0": "tconstruct:items/broadsword/handle",
"layer1": "tconstruct:items/rapier/blade",
"layer2": "tconstruct:items/rapier/guard",
"broken1": "tconstruct:items/rapier/broken_blade"
},
"display": {
"gui": {
"rotation": [ 0, 0, 90]
},
"thirdperson_righthand": {
"rotation": [ 0, 90, 15 ],
"translation": [ 0, 4.5, -1 ],
"scale": [ 0.85, 0.85, 0.85 ]
},
"thirdperson_lefthand": {
"rotation": [ 0, -90, -15 ],
"translation": [ 0, 4.5, -1 ],
"scale": [ 0.85, 0.85, 0.85 ]
},
"firstperson_righthand": {
"rotation": [ 0, 90, -25 ],
"translation": [ 0, 2, 0.8 ],
"scale": [ 0.68, 0.68, 0.68 ]
},
"firstperson_lefthand": {
"rotation": [ 0, -90, 25 ],
"translation": [ 0, 2, 0.8 ],
"scale": [ 0.68, 0.68, 0.68 ]
}
}
}
|