ploof-pack/faithless/assets/minecraft/models/item/bow.json

41 lines
1.6 KiB
JSON

{
"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" }
]
}