Loot Beams: Relooted!

Loot Beams: Relooted!

15M Downloads

Nametags above items is not smoothly interpolated when being moved positionally

Kaleidio opened this issue ยท 2 comments

commented

the nametag itself seems to move its position at a much lower framerate, which gives the effect of stuttering when the rest of the game is not. is the mathematics of movement only firing per server tick rather than render frame? I have a feeling you are grabbing player position data using a server side method rather than the client side but I'm unsure if this is the case.

commented

Considering this mod ONLY runs on client side code - no. The math you're describing is not including partial ticks (the time between ticks), but this has never existed in this mod, so i have no idea.

commented

Yeah I recently discovered this is the fault of Item Physics, so I'm gonna close this issue when I get back on my alt