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
|
{
"textures": {
"layer0": "tconstruct:items/broadsword/handle",
"layer1": "tconstruct:items/cleaver/head",
"layer2": "tconstruct:items/cleaver/shield",
"layer3": "tconstruct:items/cleaver/guard",
"broken1": "tconstruct:items/cleaver/broken_head"
},
"display": {
"thirdperson_righthand": {
"rotation": [ 0, -90, 55 ],
"translation": [ 0, 10.0, 0.5 ],
"scale": [ 1.5, 1.5, 1.5 ]
},
"thirdperson_lefthand": {
"rotation": [ 0, 90, -55 ],
"translation": [ 0, 10.0, 0.5 ],
"scale": [ 1.5, 1.5, 1.5 ]
},
"firstperson_righthand": {
"rotation": [ 0, -95, 30 ],
"translation": [ 2.13, 6.0, 0.13 ],
"scale": [ 1.2, 1.2, 1.2 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 95, -30 ],
"translation": [ 2.13, 6.0, 0.13 ],
"scale": [ 1.2, 1.2, 1.2 ]
}
}
}
|