assets.magistuarmory.models.item.iron_stylet.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-common Show documentation
Show all versions of 1.20.2-epic-knights-common Show documentation
mod that adds medieval stuff to the game
{
"credit": "Made with Blockbench",
"parent": "item/handheld",
"textures": {
"layer0": "magistuarmory:item/iron_stylet"
},
"display": {
"thirdperson_righthand": {
"rotation": [0, -90, 50],
"translation": [0, 4.25, 1],
"scale": [0.85, 0.85, 0.85]
},
"thirdperson_lefthand": {
"rotation": [0, -90, -41],
"translation": [0, 4.25, 1],
"scale": [0.85, 0.85, 0.85]
},
"firstperson_righthand": {
"rotation": [0, 90, 8],
"translation": [-0.75, 4, -2.75],
"scale": [0.85, 0.85, 0.85]
},
"firstperson_lefthand": {
"rotation": [0, -90, -8],
"translation": [0.75, 4, -2.75],
"scale": [0.85, 0.85, 0.85]
}
}
}