072b590 Don't write null criteria for unknown advancements
633b4b3 Remove alpha channel from particle colors in 1.20.5->.3 (#737)
- Fixed click container button handling (by Gerrygames)
- Fixed handling of new 1.20.5 banners
- Fixed translatable handling (by EnZaXD)
- Fixed entity effect reading below 1.20.2
- Fixed advacements display in 1.20.2->1.20 (with help from Krakenied)
- Fixed listener registration on 1.8 servers
- Paper servers now skip jar remapping of ViaVersion
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.
093328d Handle missing mappings
5bd8786 Update entity mapping usage
fedda03 Use TagUtil#removeNamespaced in 1.19.4->.3 (#735)
99f6356 Make chat_types handling in 1.19 protocols optional (#733)
9b8e65c Implement handleTranslate() for tags in TranslatableRewriter (#734)
bd2eb42 Add advancement criteria if possible in 1.20.2->1.20 Fixes #616
Co-authored-by: Krakenied Krakenied1@gmail.com
ce0e01a Auto: Update copyright headers
67ae00f Add support for different mapping types with same id (#731)
325e3f9 Remove 1.19.4 registries without namespace as well
4289703 Fix entity effect reading below 1.20.2 Fixes #3811
ddeaf92 Register listeners a tick later Because 1.8 has task registration order reverse??? Fixes #730
06c30c2 Add paperweight-mappings-namespace attribute
bf7ed14 Fix remapping of 1.20.5 CLICK_WINDOW_BUTTON
1.20.5 server support; this one of the largest updates network-content wise, so expect rough edges that may not be entirely fixable. While ViaVersion is already complete and stable, ViaBackwards will still need more polishing around certain things like item hover events and trim pattern/material handling.
- Added a large number of sanity checks to NBT reading to prevent errors from bad data
- Fixed 1.20.3->1.20.2 cloud particle handling
- Fixed 1.20.2->1.20 entity sound handling
- Updated the legacy mapping file format (by EnZaXD). If you had changes to these, you will need to redo them, see the wiki for more detail later: https://github.com/ViaVersion/ViaBackwards/wiki
Also thanks to EnZaXD for lots of aid with 1.20.5, as well as RK_01, DrexHD, and Gerrygames for additional fixes!
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.
100febf Rework legacy item/block mappings format (#728)
c4c15fb Add EntityRewriterBase#getDisplayVisibilityMetaValue (#725)