#Off center item display
1 messages · Page 1 of 1 (latest)
Your item's animation is just a bit off
modify the position in the animation
or if that's the vanilla shield, it might be a player animatoin interfering
I just break down the problem from the biggest into smallest
It turns out the geometry i was using was wrong
Damn i waste 3 hour just for this lmao
So the thing is, a lot of stuff in player entity json is an array, so the placement matter a lot
And the render controller i was using have 2 different geometry activated at the same time
So what i need to do it just swap the position of the scaled player geometry and the default geometry render controller
Yes, after all of that, i only need to swap the render controller
But hey at least i learn something from that lmao