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
9549a18 Handle duplicated registry ids in 1.20.3->.5 (#3825)
Minecraft 1.20.4 and earlier silently overrides the previous values if multiple registry elements have the same id (Tested using a Fabric 1.20.4 mod by parsing a registry sent by a server and then printing the parsed objects).
d691096 Move around types, apply to other enums This doesn't include ALL abstract types, mostly if they are single-use or not at all relevant to our handling and most likely never will
cdc9c3a Update mappings (#3823)
https://github.com/ViaVersion/Mappings/commit/48167fe5b6db1d51157d88a7cc028c11da922514
c113e19 Convert plain to json instead of doing component conversion in DeathListener (#3821)
d3af70d Add optional registry utils to TagUtil (#3819)
c00bc6b Check both namespaced and implicit key when replacing registry
fa3c933 Fix banner pattern backup Fixes #3816
07bb026 Auto: Update copyright headers
57c0d83 Clean up component rewriter
4854b13 Some cleanup
1864b66 Handle new banner patterns in backwards translation
8aa6769 Handle empty items in item lists
5f90bcb Fix item cost type reading
d068822 Add paperweight-mappings-namespace manifest attribute