
A Fabric mod that prevents the client from disconnecting when it fails to decode a packet from the server or encounters registry errors.
A Fabric mod that prevents the client from disconnecting when it fails to decode a packet (common with ViaVersion bugs) from the server or encounters registry errors.
Instead of disconnecting the entire client when a packet cannot be decoded, the mod simply ignores the problematic packet after logging the error to console, and continues running.
You can optionally also log it to chat, and change settings through the Mod Menu.
Under ./config/graceful-packets.conf
suppress_errors=true
log_to_chat=false
true (default), the mod will suppress packet decode and registry errors instead of disconnecting. Set to false to disable the mod.true, suppressed errors will also be displayed in the in-game chat. Default is false.