1 - 4 of 4
{
"parent": "item/generated",
"textures": {
"layer0": "item/bow"
},
"display": {
"thirdperson_righthand": {
"rotation": [ -80, 260, -40 ],
"translation": [ -1, -2, 2.5 ],
"scale": [ 0.9, 0.9, 0.9 ]
},
"thirdperson_lefthand": {
"rotation": [ -80, -280, 40 ],
"translation": [ -1, -2, 2.5 ],
"scale": [ 0.9, 0.9, 0.9 ]
},
"firstperson_righthand": {
"rotation": [ 0, -90, 25 ],
"translation": [ 1.13, 3.2, 1.13],
"scale": [ 0.68, 0.68, 0.68 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 90, -25 ],
"translation": [ 1.13, 3.2, 1.13],
"scale": [ 0.68, 0.68, 0.68 ]
}
},
"overrides":
[
{"predicate": {"pulling": 1}, "model": "item/bow_pulling_0"},
{"predicate": {"pulling": 1, "pull": 0.65}, "model": "item/bow_pulling_1"},
{"predicate": {"pulling": 1, "pull": 0.9}, "model": "item/bow_pulling_2"},
{"predicate": {"custom_model_data":819}, "model": "item/bow/1"},
{"predicate": {"custom_model_data":819, "pulling": 1}, "model": "item/bow/2"},
{"predicate": {"custom_model_data":819, "pulling": 1, "pull": 0.65},"model": "item/bow/3"},
{"predicate": {"custom_model_data":819, "pulling": 1, "pull": 0.9}, "model": "item/bow/4"},
{"predicate": {"custom_model_data":819, "pulling": 1, "pull": 1.0}, "model": "item/bow/5"}
]
}
For the individual models of the bow states, I've written this: (i show you just the first one because they are all the same){
"parent": "item/bow",
"textures": {
"layer0": "item/bow/1"
}
}
And last I have an image of the file tree I'm using at the moment: └───minecraft
├───models
│ └───item
│ │ bow.json
│ │
│ └───bow
│ 1.json
│ 2.json
│ 3.json
│ 4.json
│ 5.json
│
└───textures
├───entity
│ └───illager
│ illusioner.png
│
└───items
└───bow
1.png
2.png
3.png
4.png
5.pngI would really appreciate it if you could help me :)1 - 4 of 4
© 2010 - 2026 Cyprezz LLC
www.planetminecraft.com
Planet Minecraft has a Progressive Web App!
get_app Install PMC APP
Already a member? Sign in
By continuing, you agree to Planet Minecraft's Terms of Use and Privacy Policy
