4dfc3bd Make parts of item data component rewriting more generic via an interface
d65b2ab Ignore invalid data in signs
03313a1 Catch text conversion errors
78c5e2c Convert hover events to legacy deep
e467c7c Set correct data types in 1.8->1.9 CONTAINER_CLICK (#4460)
- Various fixes to text component rewriting in 1.21.4->1.21.5 and 1.20.3->1.20.5 (by kennytv, EnZaXD)
- Fixed the advancement background texture being missing in 1.21.4->1.21.5 (by booky10)
- Send player input every tick when in boat to avoid anti-cheat flagging in 1.21 -> 1.21.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.
01d26e7 Make trimStrings public
99ea6c3 Add client and server protocol to informative exception data
cf231d9 Update mcstructs Fixes ViaVersion/ViaBackwards#988
93d6fa2 Only add (block) entity id if needed for tooltips in 1.20.3->.5
162fcaf Ignore unknown entity data too in 1.20.3->1.20.5 Fixes #4433 Closes #4451
3d0a0fe Send player input every tick when in boat in 1.21->1.21.2 (#4449)
b06556a Fix advancement menu background keys (#4454)
Co-authored-by: FlorianMichael florian.michael07@gmail.com
ac8bb10 Fix primitive array copying
4b85ca7 Fix handling of removed item components in 1.20.3->.5 component rewriter (#4452)
Only relevant for VB though as VV will never put empty structured data through it.
ebd8eb7 Use correct version in json to tag conversion in 1.21.4->.5 (#4450)
09cffbf Null check connection in Velocity connect listener
49a1bff Only send the connection details if ViaVersion is active (#4434)
3beddaf Move show item container contents conversion to the right place Fixes #4444