64b454d Fix world border scale in 1.21.9->1.21.7
433f46e Handle DEBUG_SAMPLE_SUBSCRIPTION structure change in 1.21.9 ->1.21.7 (#1111)
fbe6a67 Fix inverted hidden components checks in 1.21.5->1.21.4 Fixes #1110
454e97c Don't remove font Closes #1109
fccea9b Throw out object components in 1.21.9->1.21.7 (#1108)
Added 1.21.9 server support
- Added
dialog-style
config section and fixed some issues with dialog emulation in 1.21.8->1.21.7 (by EnZaXD) - Fixed a regression in item handling across a few versions
- Fixed sound handling in biome registry elements (by EnZaXD)
- Fixed type reading in server links in 1.21.6->1.21.5 (by purpurcof)
- Fixed stats mappings in 1.21.6->1.21.5 (by EnZaXD)
- Fixed HIDE_ADDITIONAL_TOOLTIP not being set properly in 1.21.5->1.21.4 (by EnZaXD)
- Fixed an error on Folia servers in 1.21.2->1.21 (by riku6460 and EnZaXD)
- Fixed entity sound packets for the self player in 1.14->1.13.2 (by EnZaXD)
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.
99abab0 Update dependencies
f7656fb Always remap show_dialog/custom click events (#1104)
6a440aa Handle signed chat commands as well for custom click events (#1103)
075ca70 Make some functions protected in ChestDialogViewProvider (#1101)
a8cd653 Remove serialize versions from item hasher (#1102)
191dd24 Add missing sound name handlers for biomes (#1098)
6ad05d8 Null check chest dialog storage in ChestDialogViewProvider#closeDialog (#1097)
c5a2a6a Reset player position storage on respawn
31f7f4e Rename ProtocolRunnable, always submit tick logic into event loop (#1093)
b2a2712 Fix reading any NBT type for SERVER_LINKS (#1092)
7bd6a84 Fix SOUND_ENTITY remap not working for the player in 1.14->1.13.2 (#1086)
473b4af Add missing check whether the player is set in client tick emulation 1.21.2->1.21 (#1090)
b7c8891 Bump actions/setup-java from 4 to 5 (#1089)
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
be5344b Reassign item on handleItemToClient calls Needed in rewriters before 1.20 with a recent change; the rest weren't technically necessary