7d9c6fe Fix firework rewriting in 1.20.3->.5 (#3860)
Makes the explosion tag optional like it is in 1.20.4 so the tooltip shows the correct duration when crafting a firework, also fixes the type used for Flight which is byte in 1.20.4
f92d241 Use Key#namespaced in entity type enums (#3858)
0427aec Fix 1.8->1.9 item rewriting (#3859)
5a1a22a Replace runnables with method in packet send methods
91f31b5 Clean up tags rewriting (#3856)
1399c90 Add rewriter function for legacy chunk types to BlockRewriter (#3854)
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)