Skip to content

Selective loading of data from MCA files

Compare
Choose a tag to compare
@Querz Querz released this 17 Jun 12:53
· 26 commits to master since this release

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. an MCAFile loaded using any LoadFlag other than ALL_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.