Skip to content

Bug fixes

Compare
Choose a tag to compare
@Querz Querz released this 27 Apr 09:12
· 48 commits to master since this release

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 and Section classes.