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.