I'm trying to use a ModelBiped right now.
I mean in third person when equipped sorry for forgetting to tell you that.
Now I'm thinking: Is there a "display" element for thirdperson_equipped in the item.json?
Oh forget it, there's a "head" element for "display" inside item.json
Like this:
"display": {
"gui": {
"rotation": [ 30, 225, 0 ],
"translation": [ 0, 3, 0 ],
"scale": [ 1, 1, 1 ]
},
"fixed": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 4, 0],
"scale":[ 1, 1, 1 ]
},
"ground": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 3, 0 ],
"scale": [ 0.5, 0.5, 0.5 ]
},
"thirdperson_righthand": {
"rotation": [ 45, 45, 0 ],
"translation": [ 0, 3, 0 ],
"scale": [ 0.5, 0.5, 0.5 ]
},
"head": {
"translation": [ 0, 8, 3.5 ],
"scale": [ 1.5, 1.5, 1.5 ]
}
}