Selective loading of data from MCA files
This release introduces selective loading from MCA files.
Details:
LoadFlags
can now be provided before loading an MCA file to only keep wanted data in memory. anMCAFile
loaded using anyLoadFlag
other thanALL_DATA
will only keep the specified data in memory and can therefore not be serialized anymore. See #49 .- Performance improvements when reading NBT arrays, see #47 .
- Fixed typo when serializing Heightmaps.
- Updated gradle wrapper to 6.5.