3.8.8.5
Changes
- feat: add
VERSION26_1 = 4786toDataVersionSupplierfor Paper 26.1.x
Fix Details
DataVersion mapping for Paper 26.1.x
DataVersionSupplier previously had no entry for the 26.1.x version line. Items deserialized on a 26.1.x server fell through to the default branch, which returned the last explicitly mapped version (1.21.11 = 4671). The correct data version for 26.1 is 4786. Without the correct mapping, NBTAPI's Data Fixer would migrate items from the wrong baseline, potentially corrupting enchantments, custom model data, and other item attributes.
Based On
Upstream HuskSync — includes all fixes through 3.8.8 with additional Paper 26.1.2 support.