summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/dragon_head.json
blob: f1d6afc1eed75612418cce4a5a8e26e6808662be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "parent": "item/template_skull",
    "display": {
        "gui": {
            "translation": [ -1, 2, 0 ],
            "rotation": [ 30, 45, 0 ],
            "scale": [ 0.95, 0.95, 0.95 ]
        },
        "thirdperson_righthand": {
            "rotation": [ 0, 180, 0 ],
            "translation": [ 0, -1, 2 ],
            "scale": [ 0.5, 0.5, 0.5 ]
        }
    }
}