Skip to content

3.8.8.5

Choose a tag to compare

@MrPippi MrPippi released this 09 May 17:47

Changes

  • feat: add VERSION26_1 = 4786 to DataVersionSupplier for 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.