You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 25w05a, SavedData moved to a type based system with data loaded from a function or a Codec. Within the SavedDataType used to construct the data instance, it has a required DataFixTypes which is hardcoded to check and update. As the enum is not made extensible and the data fixer system is avoided by NeoForge, DimensionDataStorage#readTagFromDisk should be patched to skip the update call if DataFixTypes is set to null.
The text was updated successfully, but these errors were encountered:
In 25w05a,
SavedData
moved to a type based system with data loaded from a function or aCodec
. Within theSavedDataType
used to construct the data instance, it has a requiredDataFixTypes
which is hardcoded to check and update. As the enum is not made extensible and the data fixer system is avoided by NeoForge,DimensionDataStorage#readTagFromDisk
should be patched to skip theupdate
call ifDataFixTypes
is set to null.The text was updated successfully, but these errors were encountered: