summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/brush_brushing_2.json
blob: 9967b8b38cd52b5d70ba8afc772bd82b4b33abd8 (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",
    "textures": {
        "layer0": "item/brush"
    },
    "display": {
        "firstperson_lefthand": {
          "rotation": [ 55, -85, 0 ],
          "translation": [ 8.0, 0.5, -5.5 ],
          "scale": [ 1.0, 1.0, 1.0 ]
        },
        "thirdperson_righthand": {
          "rotation": [ 0, 0, 90 ],
          "translation": [ 0, 0.5, 0 ],
          "scale": [ 0.9, 0.9, 0.9 ]
        },
        "thirdperson_lefthand": {
          "rotation": [ 0, 0, -90 ],
          "translation": [ 0, 0.5, 0 ],
          "scale": [ 0.9, 0.9, 0.9 ]
        }
    }
}