shiroroku / LootBeams

A Minecraft mod that adds colorful and customizable loot beams to dropped items!
MIT License
17 stars 30 forks source link

Nametags above items is not smoothly interpolated when being moved positionally #8

Closed Kaleidio closed 1 year ago

Kaleidio commented 2 years ago

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.

amoooooo commented 1 year ago

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.

Colin-J-Wood commented 1 year ago

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