5287d4f Fix enchantment glint behaviour in 1.10->1.11 (#4156)
a0a2794 Change player parent to living entity base in 1.9/1.12 entity enums (#4154)
9e354e9 Update MCStructs (#4153)
27033e9 Remove transaction tracking (and cancelling) in 1.16.4->1.17 (#4140)
e436bbe Refactor dimension switch handling across all protocols (#4146)
050a1db Fix set equipment body slot in 1.20.3->.5 if value is not the last (#4149)
ae1838d Update Gradle Wrapper from 8.10 to 8.10.1. (#4148)
Signed-off-by: gradle-update-robot gradle-update-robot@regolo.cc Co-authored-by: gradle-update-robot gradle-update-robot@regolo.cc
7235485 Cleanup enchantment conversion in 1.12->1.13 to match vanilla (#4147)
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/560
fcb4723 Add EntityTrackerBase#hasClientEntityId and don't use -1 as not set indicator (#4143)
e0ce8cc Make EntityTrackerBase#clearEntities call removeEntity for all entries (#4142)
ebc0e61 Fix invalid book view not visible in 1.20.3->.5 (#4139)
95581a6 Fix mapping reading of changed_id type
d0b4900 Rewrite display name component in player info packet in 1.20.3->.5 (#4136)
369b076 Null check channel in player join listener Fixes #3390
6555bcd Small cleanup to mapping file loading
e537dbb Clean up StructuredItemRewriter, also handle sound events
f92dbb6 Also cache missing protocol paths, don't reverse base protocols
0b2dac9 Copy item in Particle#copy (#4130)
7cd5514 Add PacketWrapper#sendFutureRaw, cleanup login disconnect handling. (#4129)
Removes the special handling in Protocol1_8To1_9 and always send the correct/expected data by the client in ServerboundBaseProtocol1_7 itself. Also prevent sending the packet through the protocol pipeline since packet/format changes should also be handled inside the base protocol.
5017d4b Add Particle#copy (#4126)