10ee7e1 Deprecate StoredObject#getUser (#4104)
78abf8b Use RedirectProtocolVersion#getOrigin in InitialBaseProtocol if possible (#4110)
This way, we should be able to get rid of manually adding the base protocol in projects like ViaAprilFools: https://github.com/ViaVersion/ViaAprilFools/blob/main/common/src/main/java/net/raphimc/viaaprilfools/protocol/s3d_sharewaretov1_14/Protocol3D_SharewareTo1_14.java#L87
bc57512 Allow for multiple base protocols per version (#4106)
6ad3bec Update Gradle Wrapper from 8.9 to 8.10. (#4105)
Signed-off-by: gradle-update-robot gradle-update-robot@regolo.cc Co-authored-by: gradle-update-robot gradle-update-robot@regolo.cc
9d75125 Make EntityTrackerBase#entities protected (#4103)
8ce4112 Improve/Fix 1.8->1.9 sound mappings (#4099)
7d542d5 Fix ComponentRewriter1_20_5#convertFood behaviour (#4095)
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/517
1b03e24 Move VV specific item handling out of component<->nbt conversion in 1.20.3->1.20.5 (#4094)
The current code backups the tag in CUSTOM_DATA inside the toStructuredItem function which in VB is used for to server packets which causes bad data, this PR moves the backup logic out to the VV specific handler and also prevents toOldItem logic for using the backup to ever get executed in VB. The counterpart PR will add proper handling for CUSTOM_DATA.
fcd91bb Add item cost and particle types to item rewriter
8d53f4a Update mcstructs
61fcf6f Update 1.21 version range (#4082)
- Partially fixed 1.20.5->1.21 enchantment handling on older/non-Paper servers (by EnZaXD)
- Fixed fast switching armor cancelling sprinting in 1.20.5->1.21
- Fixed handling of custom armor trim patterns and materials in 1.20.3->1.20.5
- Fixed erronous area effect cloud particle handling in 1.20.2->1.20.3
- Fixed an edge case with custom item frame rotation handling in 1.16.4->1.17 (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.
cc1c880 Hotfix item id changes in item hover events
274f98c Fix double remapping of area effect cloud particle in 1.20.2->.3 Fixes #4042
f39b466 Update Ubuntu, Change wrapper-validation in publish. (#4081)
aa22ca1 Handle pitch/yaw->data item frame rotation change in 1.16.4->1.17 (#4064)
802e868 Track sent armor trim registries in 1.20.3->1.20.5
02442a9 Only resend attribute modifiers when necessary Fixes #3973
5349de9 Rename CI workflow and update gradle wrapper validation (#4079)
a8ef3c8 Only add dummy enchantment once