ViaVersion / ViaRewind

ViaBackwards addon to allow 1.8.x and 1.7.x clients on newer server versions.
https://hangar.papermc.io/ViaVersion/ViaRewind
GNU General Public License v3.0
245 stars 77 forks source link

Fixing hologram flick on 1.7 when it moves or teleports #445

Closed ItsClairton closed 1 year ago

ItsClairton commented 1 year ago

Currently there is an issue with the hologram flickering as it moves:

https://streamable.com/r23qf0

This is because when viarewind goes to move the hologram, it removes the wither skull from the top of the horse, and then puts it back on after teleporting both, which is not necessary, when you only teleport the horse (the client will automatically teleport the skull) avoiding the flick.

After fix:

https://streamable.com/npefsq

FlorianMichael commented 1 year ago

Thanks!