summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/shield_blocking.json
blob: 2fcde371168c348f761d30285dc25425cda5ec06 (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
24
25
{
    "parent": "item/shield",
    "display": {
        "thirdperson_righthand": {
            "rotation": [ 45, 140, 0 ],
            "translation": [ -2, 11, -5.5 ],
            "scale": [ 1, 1, 1 ]
        },
        "thirdperson_lefthand": {
            "rotation": [ 45, 140, 0 ],
            "translation": [ 12, 3, 3.5 ],
            "scale": [ 1, 1, 1 ]
        },
        "firstperson_righthand": {
            "rotation": [ 0, 180, -2 ],
            "translation": [ -15, 1, -10 ],
            "scale": [ 1, 1, 1 ]
        },
        "firstperson_lefthand": {
            "rotation": [ 0, 180, -2 ],
            "translation": [ 5, 1, -10 ],
            "scale": [ 1, 1, 1 ]
        }
    }
}