assets.magistuarmory.models.item.heavy_crossbow_firework.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!
{
"parent": "magistuarmory:item/heavy_crossbow",
"textures": {
"layer0": "magistuarmory:item/heavy_crossbow_firework"
},
"display": {
"firstperson_righthand": {
"rotation": [-90, 0, -45],
"translation": [-9, 3, 1.5],
"scale": [1.6, 1.6, 1]
},
"firstperson_lefthand": {
"rotation": [-90, 0, 45],
"translation": [-9, 3, 1.5],
"scale": [1.6, 1.6, 1]
}
}
}