summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/handheld.json
blob: 503f982aece89c7ebd2a14d4dd04ca456268793e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "parent": "item/generated",
    "display": {
        "thirdperson_righthand": {
            "rotation": [ 0, -90, 55 ],
            "translation": [ 0, 4.0, 0.5 ],
            "scale": [ 0.85, 0.85, 0.85 ]
        },
		"thirdperson_lefthand": {
            "rotation": [ 0, 90, -55 ],
            "translation": [ 0, 4.0, 0.5 ],
            "scale": [ 0.85, 0.85, 0.85 ]
		}
    }
}