assets.magistuarmory.models.item.heavy_crossbow.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of 1.19.2-epic-knights-fabric Show documentation
Show all versions of 1.19.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/heavy_crossbow_standby"
},
"overrides": [
{"predicate": {"pulling": 1}, "model": "magistuarmory:item/heavy_crossbow_pulling_0"},
{"predicate": {"pulling": 1, "pull": 0.58}, "model": "magistuarmory:item/heavy_crossbow_pulling_1"},
{"predicate": {"pulling": 1, "pull": 1}, "model": "magistuarmory:item/heavy_crossbow_pulling_2"},
{"predicate": {"charged": 1}, "model": "magistuarmory:item/heavy_crossbow_arrow"},
{"predicate": {"charged": 1, "firework": 1}, "model": "magistuarmory:item/heavy_crossbow_firework"}
],
"display": {
"thirdperson_righthand": {
"rotation": [-90, 0, -60],
"translation": [2, 0.85, -3],
"scale": [1.8, 1.8, 1]
},
"thirdperson_lefthand": {
"rotation": [-90, 0, 30],
"translation": [2, 0.1, -3],
"scale": [1.8, 1.8, 1]
},
"firstperson_righthand": {
"rotation": [-90, 0, -55],
"translation": [1.13, 3.2, 1.13],
"scale": [1.6, 1.6, 1]
},
"firstperson_lefthand": {
"rotation": [-90, 0, 35],
"translation": [1.13, 3.2, 1.13],
"scale": [1.6, 1.6, 1]
},
"gui": {
"translation": [-0.5, 0.5, 0],
"scale": [1.7, 1.7, 1]
},
"fixed": {
"scale": [2, 2, 1]
}
}
}