summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/handheld_tools.json
blob: ec30f9ea0b1358c94c84e059897a98ffe58d6dc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "parent": "item/generated",
    "display": {
        "firstperson_righthand": {
            "rotation": [ 0, -90, 25 ],
            "translation": [ 0, 2.2, 0.4 ],
            "scale": [ 0.68, 0.68, 0.68 ]
        },
		"firstperson_lefthand": {
			"scale": [0, 0, 0]
		},
        "thirdperson_righthand": {
            "rotation": [ 0, -90, 55 ],
            "translation": [ 0, 4.0, 0.5 ],
            "scale": [ 0.85, 0.85, 0.85 ]
        },
		"thirdperson_lefthand": {
			"rotation": [67.5, 0, 90],
			"translation": [-6, -6, 10],
			"scale": [0.85, 0.85, 0.85]
		}
    }
}