813cf81 Fix method checks in BukkitPickItemProvider (#4301)
037410d Fix item meta not being saved when including block state data (#4298)
c9d5632 Fix slot index check (#4296)
fd164d2 Bump version to 5.2.1-SNAPSHOT
1.21.4 client support and mostly config-related changes and fixes to older server versions!
- Greatly reduced netty byte buf (memory) allocation
- The sword-blocking emulation for 1.20.5+ clients on 1.8 servers can now be disabled via
sword-blocking-via-consumable
(by EnZaXD) - The
fix-1_21-placement-rotation
config option is now enabled by default (by Pro4D) - Fixed reading of equippable (by DavyCraft648)
- Fixed reading of armor trim override materials
- Fixed regression in tag sending for 1.20.2 to 1.20.4 clients on older servers
- Fixed recipe book recipe ingredients for newer clients on 1.12 servers and older (by valaphee)
- Fixed block action block id handling across multiple protocols (by valaphee)
- Fixed 1.12->1.13 block connections on snowy grass, mycelium and podzol (by lowercasebtw)
- Fixed dropped items being invisible until entity data is sent in 1.10->1.11 (by EnZaXD)
- Improved 1.21 client enchantment handling on legacy servers (by Pablete1234)
- Fixed
fix-1_21-placement-rotation
not working after changing its value and running /viaversion reload (by EnZaXD) - Fixed
fix-1_21-placement-rotation
causing some issues with with anti-cheats (by EnZaXD)
Additional notes:
- Custom model data no longer exists in its previous form. If you can, use the item_model data component, else make sure your resource pack is updated to use the new custom model data format and its first range_dispatch float
- Picking blocks will not work for 1.21.4 clients on servers older than about 1.12. Picking entities does not work on servers older than 1.20.4. Both are Paper specific platform fixes and require certain API to be present
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.
dd660a2 Add missing UUID to attribute in 1.20.5->1.20.4 Fixes #4293
96c12ef Use global region scheduler in runSync methods on Folia (#4292)
1653de7 Update block connections file (#4291)
b57265e Send full position update packet in 1.20.5->1.21 placement rotation fix (#4290)
9d4af84 Fix footstep particle causing null kick (#4287)
4066578 Rewrite ingredient items in 1.20.5 recipe rewriter (#4285)
2d663db Fix 1.12 recipes containing stone as placeholder, improve empty handling in 1.20.5/1.21.2 (#4284)
896c6ac Fix 1.13 recipe ingredient writing
1785677 Fix BlockRewriter block event handling (#4282)
e32205d Fix 1.21 food using_converts_to handling Fixes #4280
f93c64d Improve 1.21 client enchantments on legacy servers (#4255)
Signed-off-by: Pablo Herrera pabloherrerapalacio@gmail.com
b5eb568 Update Gradle Wrapper from 8.11 to 8.11.1 (#4279)
Signed-off-by: gradle-update-robot gradle-update-robot@regolo.cc Co-authored-by: gradle-update-robot gradle-update-robot@regolo.cc
7897fca Add config option for 1.20.4->1.20.5 sword blocking fix (#4276)
3ba8674 Send default entity data for items in 1.10->1.11 (#4265)
5515011 Address Gradle deprecation warnings