498bec9 Remove 'has recipe error' container data from smithing table Fixes #909
- Fixed issues with creaking entities, some new blocks and particles in 1.21.2->1.21
- Fixed writing of new player info list order in 1.21.2->1.21 (by EnZaXD)
- Fixed painting entity data in 1.21.2->1.21
- Fixed disconnect on join for older 1.20 clients on 1.21.2 servers because of unknown registry
- Fixed empty custom data tags sometimes being removed with creative clients on 1.20.5/1.21 (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.
2c3c62d Update VV API usage (#906)
Co-authored-by: Nassim Jahnke nassim@njahnke.dev
d6c27ad Add viaproxy jvm flags
7b5ee01 Fix SET_CURSOR_ITEM container id type (#905)
c7a5de1 Write inventory id as unsigned byte...
16aa6a5 Fix issues with creaking entity data Fixes #904
3e8086e Add gradle task to quickly test/debug code changes (#902)
368f450 Remove lock item data in component rewriter
80b530a Fix trail particle handling
d2d1d00 Remove instrument registry Some older clients don't like unknown registries
5a576d6 Update item type in area effect cloud particles in 1.13.2->1.13.1
a94d067 Use new ParticleRewriter (#901)
8af8319 Small cleanup
927ffaf Correctly update action bits in PLAYER_INFO_UPDATE in 1.21.2->1.21 (#899)
1.21.2/3 server support
- Note that due to major changes in how recipes are sent to the client, the recipe book will not be fully usable for olders clients on 1.21.2+ servers
- Fixed the darkness effect resulting in a black screen in 1.20.5->1.20.3
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.
cb9179c Update required ViaFabric version, don't require fabric-loader (#895)
904c83f Define as Sponge plugin for ViaSponge (#892)
f425364 Update VV usage