ViaVersion / ViaBackwards

Allows the connection of older clients to newer server versions for Minecraft servers.
https://hangar.papermc.io/ViaVersion/ViaBackwards
GNU General Public License v3.0
459 stars 87 forks source link

Send registry data before finish configuration in 1.20.5->1.20.3 #778

Closed FlorianMichael closed 4 months ago

FlorianMichael commented 4 months ago

We can't rely on UPDATE_TAGS since the server could send it before sending registry data (or not sending it at all in config state), so we need to choose the last packet before PLAY state to send registry data.

Closes https://github.com/ViaVersion/ViaBackwards/issues/777