5bad61e Don't perform length validation on zero bit storage in 1.18 palette type (#4479)
Minecraft has its own ZeroBitStorage type for this case so we don't need to perform the validation, also removed the comments as this is just how our code should work to match Vanilla behaviour (at least for the first one; I did not verify the readValues code)
d9eb710 Add missing PLAYER_CHAT handlers in 1.20/1.21 versions (#4472)
Co-authored-by: FlorianMichael florian.michael07@gmail.com
77d6830 Update Gradle Wrapper from 8.13 to 8.14 (#4471)
Signed-off-by: gradle-update-robot gradle-update-robot@regolo.cc Co-authored-by: gradle-update-robot gradle-update-robot@regolo.cc
16aec9c Fix legacy item/entity hover event + potion id in 1.21.4->1.21.5 (#4469)
c6cde5f Cancel unknown block entities in BlockRewriter#registerBlockEntityData (#4466)
bf84eb0 Add separate config option for text component conversion errors
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