de9cec3 Don't hash empty items in container
6eb5616 Fix bad reference
31583fc Update deps
6096ce4 Add option to log blocked joins Closes #4613
873da12 Check if custom_name lock data is actually present in 1.21.2 Fixes #4622
bc9c979 Don't make the protocol pipeline depend on simple protocol (#4619)
d686a9d Move protocol logger creation to AbstractProtocol#createLogger (#4620)
Allows VB to delegate the used logger to the VB platform logger
9dd6106 Don't put legacy show_text value through json conversion in 1.21.1->.5 (#4611)
219e163 Add statistic mappings for 1.21.5->1.21.6 (#4609)
925e7b4 Add some backwards compatibility functions to PacketTracker (#4607)
5a9f040 Fix wrong connections being removed when switching servers on proxy platforms (#4576)
992ad7f Fix max packet size check
bb93ac0 Null check original root section (#4604)
4070ea9 Revamp max-pps config Add a config section for setting max packet size, add a toggle for disabling each tracker fully
499efa1 Convert HIDE_ADDITIONAL_TOOLTIP in both directions in 1.21.4->1.21.5 (#4600)
0196d9c Bump version to 5.5.0-SNAPSHOT
- Added
cancel-swing-in-inventory
option for 1.15.2->1.16 inventory swing fix (by EnZaXD) - Fixed equippable allowed_entities handling
- Fixed attribute modifiers in 1.21.5->1.21.6
- Fixed anticheat flags when respawning with 1.21.2+ clients on older servers (by RK_01)
- Fixed error on picking entities on older Paper servers (by EnZaXD)
- Fixed missing biome name translations in 1.17.1->1.18 (by EnZaXD)
- Fixed a client error on throwing potions on 1.9.4 servers specifically and potion color being lost on 1.8 servers
- Fixed corners not being included in 1.8 chunk-border-fix (by dewgs, EnZaXD)
If you want to get larger version updates early, consider supporting me via https://viaversion.com/donate. See the previous update notes for more info.
8ee5d7e Add missing biome name translations in 1.17.1->1.18 (#4597)
64c128d Fix 1.8/1.9 thrown potion entity data handling Fixes #4596
77d11fc Update attribute modifier types in show item hovers Fixes #4593