b214235 Map first float of 1.21.4 custom model data as int for 1.21.3 clients (#942)
0dc7b47 Add pale_garden biome mapping
da75e19 Fix potion effect tag backup Fixes #4319
f0def50 Null check entity type in LegacyEntityRewriter#getObjectTrackerHandler (#935)
c770c3e Update VV dep, a field type changes
575744c Update VV dep, a field type changes
563a3e5 Handle unknown entity types correctly (#932)
1.21.4 server support
- Block and item display entities now have basic translation handling in 1.19.4->1.19.3 (by EnZaXD)
- Fixed Folia compatibility (by 404Setup)
- Fixed rubberbanding around virtual entity plugins in 1.21.2->1.21
- Fixed some item handling in 1.21.2->1.21
- Fixed player info update list order reading in 1.21.2->1.21 (by Gerrygames)
- Fixed smithing table containers in 1.21.2->1.21
- Fixed recipe removal in 1.21.2->1.21
- Fixed dust_color_transition/dust particle options in custom biome data in 1.21.2->1.21
- Fixed creative clients eating up new item data components in 1.21.2->1.21 and 1.21->1.20.5 (by EnZaXD)
- The darkness effect is now properly mapped to blindness in 1.19->1.18.2 (by EnZaXD)
- Fixed
fix-1_13-face-player
not working after changing its value and running /viaversion reload (by EnZaXD)
Known issues:
- Picking blocks/entity spawn eggs will not work for 1.21.4 clients. A Paper-platform-specific fix will be looked into, but this might not be fixable otherwise.
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.
b67d7c0 Fix dust/dust_color_transition particles in biome data Fixes #926
9d5cd04 Always update storage data
30499c8 Fix entity teleport for non-self in 1.21.2->1.21.1 Fixes #922
fb328d4 Fix recipe removal
5347820 Fix typo
c4af653 Fix 1.21 client-sent food using_converts_to handling
5240487 Update Gradle Wrapper from 8.11 to 8.11.1 (#920)
Signed-off-by: gradle-update-robot gradle-update-robot@regolo.cc Co-authored-by: gradle-update-robot gradle-update-robot@regolo.cc
276953f Backup inconvertible item component data for creative clients in 1.21+ (#907)
Co-authored-by: Nassim Jahnke nassim@njahnke.dev
1dfef5b Emulate block and item display entities in 1.19.4->1.19.3 (#871)
4a9c98a Address Gradle deprecation warnings
07e2848 Update Gradle Wrapper from 8.10.2 to 8.11 (#917)
Signed-off-by: gradle-update-robot gradle-update-robot@regolo.cc Co-authored-by: gradle-update-robot gradle-update-robot@regolo.cc
1db6824 Fix remapping of 1.21.3 PLAYER_INFO_UPDATE list order (#915)