Bug fixes
This release reintroduces some fixes from 4.1 that somehow got lost in 5.0.
Details:
- Fixed a bug where an exception was thrown when reading empty sections.
- Fixed a bug where setting biomes using
setBiomes(int[])
would throw an exception with arrays having a length of 1024. - Fixed a bug where adjusting the size of the block states array would still use the old format in 20w17a.
- Added missing JavaDoc back to
Chunk
,MCAFile
andSection
classes.