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)
32e51b5 Cleanup LOGIN/STATUS packet handlers (#4113)
4f66fd7 Go back to fast entity data list iteration and mutation This is a fairly hot method and the array list cannot be modified outside of the already managed event cancellation and provided extra list
2a71612 Small cleanup of a few rewriters
a993a08 Only map between different primitive types when explicitly requested This would otherwise only happen with unsafe type usage
a9c9475 Don't unnecessarily re-wrap objects in passthrough
2841bf3 Add option to hide scoreboard numbers (#4122)