b3d0249 Update listener package names in bukkit platform (#3853)
1d0b6cc Update data class names to indicate target version (#3851)
04b31d7 Fixup legacy entity type hierarchy and namings (#3849)
2d41eb5 Remove invalid chunk entities for 1.20.5 clients Fixes #3804
- Fixed entity effect particle and tipped arrow colors in 1.20.4->1.20.5 (by EnZaXD and kennytv)
- Fixed block entity data in items if the id was missing (by EnZaXD and kennytv)
- Fixed incoming 1.20.5 banner handling
- Fixed incoming 1.20.5 player head handling
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.
2aec3ce Expose StructuredDataConverter#removeBackupTag (#3838)
f60e31a Add block entity ids in 1.20.3->.5 conversion (#3837)
8c4ff7e Remove fix which got merged into MCStructs (#3836)
4c7729e Fixup banner handling, some other fixes
3dfc3bb Actually add properties tag in 1.20.5->1.20.4 item handler
69b33dc Handle invalid disconnect message in 1.8->1.9 (#3834)
31211c2 Fix tipped arrow and area effect cloud color
cb5fc9f Fix empty effect handling Fixes #3832
a8d7ab6 Add alpha to particle colors in 1.20.3->.5 (#3827)
71313b4 Simplify raider check in 1.13->1.14 entity data handler
994bc8e Move down super onMappingDataLoaded calls
Most of these are bugfixes for 1.20.5 protocol handling
- Various fixes to show_item hover event handling
- Fixed click container button handling (by Gerrygames)
- Fixed block protocols/versions disconnect screen
- Fixed handling of bad registry data (by EnZaXD)
- Pass through invalid command argument types instead of erroring
- Fixed death message handling in 1.8->1.9 (by EnZaXD)
- Changed container type mapping of legacy smithing from a furnace to an anvil in 1.19->1.20 (by Pantera07)
- Paper servers now skip jar remapping of ViaVersion
If you want to get larger version updates on Minecraft releases early, consider supporting me via https://viaversion.com/donate. See the previous update notes for more info.
e993be7 Filter items in entity data with amount < 1
f1b92fe Move loadFullMappings to MappingDataBase, use loadMiMappings
fc9d5b6 Clean up entriesLength usage