nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
ViaVersion

ViaVersion

Mod and plugin

Allow newer Java Edition clients to connect to older servers.

Client or server Utility

1.42M downloads
923 followers
Filter loader...
Filter versions...
Filter channels...

32551f0 Handle legacy bucket variant tag in 1.21.4->1.21.5 (#4783)

Signed-off-by: FlorianMichael git@florianmichael.de

bfaf7a5 Move block entity handling to block rewriter Also fixes passing on the new instance if the type id changed

4276143 Update deps (#4777)

Co-authored-by: Nassim Jahnke nassim@njahnke.dev

44f6b6c Update dontbugme command feedback colors (#4774)

755a8aa Fix sustained limiter increasing warnings too fast

5.7.0

by kennytv on Dec 29, 2025
Download

A bunch of config changes and a few fixes!

  • Moved and renamed logging related config options under a new logging section
    • Added max-error-length to reduce or increase information in ViaVersion errors
    • Includes log-blocked-joins, log-entity-data-errors, log-text-component-conversion-errors, log-other-conversion-warnings and max-error-length
    • log-text-component-conversion-errors and log-other-conversion-warnings have been disabled by default and will not be migrated from their previous values
  • packet-limiter config options will be automigrated to higher values if you still had lower defaults from previous versions
  • Added migrate-default-config-changes config option to allow disabling such migration of defaults (though we highly recommend keeping this enabled unless you go through every changelog and manually adapt your config with changes)
  • Fixed packet limiter tracking if packet size tracking was disabled (by EnZaXD)
  • Fixed errors when loading config files with poorly auto-placed line breaks
  • Fixed occasional item desyncs in merchant inventories in 1.21.5+
  • Fixed world border lerping in 1.21.9->1.21.11 (by MrKinau)
  • Fixed atlas sprite paths paths in 1.21.9->1.21.11
  • Fixed dripstone lava particles in 1.21.9->1.21.11 (by riku6460)
  • Fixed error if a creative client tried interacting with a spear ghost item in 1.21.9->1.21.11 (by booky10)
  • Fixed handling of block_state_property enchantment terms in custom enchantments
  • Fixed mossy wall block connections in 1.12->1.13 (by lowercasebtw)
  • Added use-1_8-hitbox-margin config option to use new 1.21.11 item components for weapon hitbox changes (enabled by default, by roccodev)
  • Added step height and interaction range entity attributes for 1.20.5+ clients on 1.8 servers (by RK_01)
  • Fixed lit_furnace item display in 1.8->1.9 (by 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.

212cca1 Add null check to uuid in Velocity kick method

1f40811 Track merchant offer items for hashing

f45d2f8 Fix UUID hashing Fixes #4727

9b19bfc Move logging config options to new section and update defaults

c2a8400 Update block connection mapping file (#4759)

3cbfbd3 Fix world border lerp size set in ticks instead of millis (#4755) (#4757)

85f868c Put set_objective and set_score packets through component rewriter

f6e036d Restore 1.8 hitbox margin for 1.21.11+ clients (#4733)

55ed566 Fix alignment of pre/post packet debug (#4754)

7055094 Support packet types with different states in debug handling (#4751)

57a42e1 Handle block_state_property enchantment terms Fixes #4750

7181f48 Fix pps sub command not working (#4749)

4f06afc Cancel serverbound stab packets (#4744)

c267a75 Always send extra attributes in 1.20.5 (#4742)