Files
wireless-docs/assets/minecraft/models/item/spear_in_hand.json
2026-07-03 22:04:34 -04:00

27 lines
656 B
JSON

{
"gui_light": "front",
"parent": "item/generated",
"display": {
"firstperson_righthand": {
"rotation": [ -20, 90, -35 ],
"translation": [ 3.13, 2.0, 0.13],
"scale": [ 1.36, 1.36, 0.68 ]
},
"firstperson_lefthand": {
"rotation": [ -20, -90, 35 ],
"translation": [ 3.13, 2.0, 0.13],
"scale": [ 1.36, 1.36, 0.68 ]
},
"thirdperson_righthand": {
"rotation": [ 5, 270, -40 ],
"translation": [ 0, 2, 2 ],
"scale": [1.7, 1.7, 0.85 ]
},
"thirdperson_lefthand": {
"rotation": [ 5, -270, 40 ],
"translation": [ 0, 2, 2 ],
"scale": [1.7, 1.7, 0.85 ]
}
}
}