assets.magistuarmory.models.item.longbow.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of 1.20.2-epic-knights-fabric Show documentation
Show all versions of 1.20.2-epic-knights-fabric Show documentation
mod that adds medieval stuff to the game
The newest version!
{
"credit": "Made with Blockbench",
"parent": "item/generated",
"textures": {
"layer0": "magistuarmory:item/longbow"
},
"overrides": [
{
"predicate": {
"pulling": 1
},
"model": "magistuarmory:item/longbow_pulling_0"
},
{
"predicate": {
"pulling": 1,
"pull": 0.65
},
"model": "magistuarmory:item/longbow_pulling_1"
},
{
"predicate": {
"pulling": 1,
"pull": 0.9
},
"model": "magistuarmory:item/longbow_pulling_2"
}
],
"display": {
"thirdperson_righthand": {
"rotation": [-80, 260, -40],
"translation": [-1, -2, 2.5],
"scale": [1.8, 1.8, 1]
},
"thirdperson_lefthand": {
"rotation": [-80, -280, 40],
"translation": [-1, -2, 2.5],
"scale": [1.8, 1.8, 1]
},
"firstperson_righthand": {
"rotation": [0, -90, 25],
"translation": [1.13, 3.2, 1.13],
"scale": [1.36, 1.36, 0.76]
},
"firstperson_lefthand": {
"rotation": [0, 90, -25],
"translation": [1.13, 3.2, 1.13],
"scale": [1.36, 1.36, 0.76]
},
"gui": {
"scale": [1.25, 1.25, 1]
},
"fixed": {
"scale": [1.25, 1.25, 1]
}
}
}