0.3.3
Changes since 0.3.2
JsonNbtParser
no longer throwsInvalidArgumentException
when attempting to create tags with out-of-bounds values (e.g. TAG_Byte with value larger than a byte) -NbtDataException
is now thrown instead.JsonNbtParser
no longer throwsTypeError
when attempting to createTAG_List
with mixed value types -NbtDataException
is now thrown instead.