a0c0b7e Add gradle task to quickly test/debug code changes (#4211)
7985b39 Fix trail particle reading
f26e370 Handle 1.21.2 block_crumble particle
cb0c301 Fix 1.21.1 -> 1.21.2 chunk loading edge case (#4212)
Will usually happen on 1.8 servers or older
3858a83 Small code cleanup (#4213)
82ff0ba Fix item_name<->default name priority for items in 1.21->1.21.2 (#4208)
ee16d7a Fix two area effect cloud item particle issues
f914d57 Small cleanup
c13b40a Add ParticleRewriter base (#4203)
Co-authored-by: Nassim Jahnke nassim@njahnke.dev
d60a37f Flatten some PacketHandlers in rewriters
3caaed0 Write enabled features as string array
f56bfbe Update some deps
3eec520 Send enable features packet after the play login packet in 1.19.1->1.19.3 (#4205)
df69f1f Fix InformativeException value shuffling
009b6c8 Fix and add missing javadocs in MappingData interface (#4202)
65b76d5 Fix MappingDataBase#getOldBlockId implementation (#4201)
7be7139 Handle entity type changes in show_entity hover events Fixes #4199
1.21.2/3 client support
- Fixed a possible crash on older servers (thanks to EnZaXD)
- Note that disabling strict-error-handling no longer has any effect on 1.21.2+ clients, affected errors include:
- scoreboard related plugins that remove players from invalid teams, or try to add players to duplicate teams.
- enchantment related plugins registering their custom enchantments/other registry entries multiple times.
- Known issue: Boats visually lose their wood type for 1.21.2+ clients. The fix for this is a bit more complicated and has been postponed to the next release.
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.