Skip to content

Bugfixes

Latest
Compare
Choose a tag to compare
@Querz Querz released this 06 Apr 12:45
· 14 commits to master since this release

This release fixes some bugs and changes some stuff to make it more convenient.

Details:

  • Updating the DataVersion in a Chunk did not update internally in a Section.
  • Setting a BlockState in a Section that would cause a change in the bits used to save a BlockState did now increase the length of the BlockStates array correctly for DataVersion > 2526.
  • Added a helper method to CompoundTag that returns an abstract Number.
  • Added a lenient mode for the SNBTParser that ignores any characters after it is done parsing.
  • Made the SNBTParser's cunstructor public and removed the static parse methods, in favor for easier access to simply parse an SNBT string.