ac86d89 Check if id is present in EnchantmentRewriter Closes #699
9d8aa9a Update mappings
f3b26c5 Fix 1.20.2->1.20 entity sound reading Fixes ViaVersion/ViaVersion#3744
d96cef7 Merge branch 'master' into dev
ced1a65 Replace some generic CompoundTag get usages
c6ea04f Update ViaNBT
Important release schedule change
Starting 1.20.5, ViaVersion and ViaBackwards will only be released a day or so after a Minecraft update unless the protocol changes of the update were trivial. If you want early-access, usually days or even weeks before the final release, you can subscribe to either:
- GitHub Sponsors (preferred option. Use the
/verify
command on this Discord after), or alternatively - Patreon (see the highest tier and make sure to link Patreon to your Discord account under Settings->Connections) This also includes access to a private repository with the code, which will be pushed to the public repository after the given delay on a Minecraft update.
At the same time however, bug fix patches will be released more regularly, always immediately public, and more of the low-priority issues will be tackled.
Due to the insane pace Mojang has been adding more and more complex technical features since 1.19/1.20, updating ViaVersion and making sure it works well enough has become a lot more time-consuming. Without some extra incentive, I can't really justify putting increasing amounts of free time into these updates, no matter how much I enjoy doing them.
Changes
- Added sanity checks to item reading across all versions
- Fixed various issues in 1.20.3->1.20.2 issues, including component conversion
- Fixed 1.20.2->1.20 tag handling
- Fixed 1.17->1.16 map data reading
- Fixed writable book handling in 1.16->1.15
- Fixed chunk loading game state handling in 1.20.3->1.20.2 (by FlorianMichael)
- Fixed 1.13.1->1.13 item handling (by camdencove)
Note: Via* on BungeeCord does not work properly at the moment, we recommend using our plugins either on the backend servers or on Velocity instead.
64e6883 Create FUNDING.yml
ab742c7 Update description included in platforms (#694)
39e9d6d Use new SoundEvent type
445d798 Partially implement mapped item handling
66896d2 Update version
05b1a6b Start working on 24w09a
bf3834a Tidy up fabric.mod.json file of fabric platform (#695)
2f60c79 Use equals for legacy custom payload channel handlers (#693)
8f417b6 Rename methods once again
96d6c06 Fix compilation
5a3a82a Update VV usage
bc03235 Merge branch 'master' into dev