summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/bow.json
blob: 45d2c2b9e7dcc5f1b17eb674c8e7d1f9119042ae (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
    "parent": "item/handheld",
    "textures": {
        "layer0": "item/bow/bow"
    },
    "display": {
        "thirdperson_righthand": {
            "rotation": [ -80, 260, -40 ],
            "translation": [ -1, -2, 2.5 ],
            "scale": [ 0.9, 0.9, 0.9 ]
        },
		"thirdperson_lefthand": {
			"rotation": [67.5, 0, 90],
			"translation": [-6, -6, 10],
			"scale": [0.85, 0.85, 0.85]
		},
        "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 ]
        }
    },
    "overrides": [
        { "predicate": { "pulling": 1, "pull": 0 }, "model": "item/bow0" },
        { "predicate": { "pulling": 1, "pull": 0.05 }, "model": "item/bow1" },
        { "predicate": { "pulling": 1, "pull": 0.1 }, "model": "item/bow2" },
        { "predicate": { "pulling": 1, "pull": 0.15 }, "model": "item/bow3" },
        { "predicate": { "pulling": 1, "pull": 0.2 }, "model": "item/bow4" },
        { "predicate": { "pulling": 1, "pull": 0.26 }, "model": "item/bow5" },
        { "predicate": { "pulling": 1, "pull": 0.32 }, "model": "item/bow6" },
        { "predicate": { "pulling": 1, "pull": 0.4 }, "model": "item/bow7" },
        { "predicate": { "pulling": 1, "pull": 0.55 }, "model": "item/bow8" },
        { "predicate": { "pulling": 1, "pull": 0.7 }, "model": "item/bow9" },
        { "predicate": { "pulling": 1, "pull": 0.85 }, "model": "item/bow10" },
        { "predicate": { "pulling": 1, "pull": 1 }, "model": "item/bow11" }
    ]
}