You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reading a 1.16 world, I encounter the following error.
Out of bounds type exception: 12 Last valid type was : TAG_INT_ARRAY
I can see in the NBT Format docs that a new tag was added called TAG_Long_Array
I tried to add a new NBTLongArray by copy pasting NBTIntArray and changes the type to long, but it didn't seem to work, I just get a bunch of errors like
Out of bounds type exception: 41 Last valid type was : TAG_LONG_ARRAY
Out of bounds type exception: 249 Last valid type was : TAG_LONG_ARRAY
Out of bounds type exception: 58 Last valid type was : TAG_LONG_ARRAY
The text was updated successfully, but these errors were encountered:
When reading a 1.16 world, I encounter the following error.
I can see in the NBT Format docs that a new tag was added called
TAG_Long_Array
I tried to add a new NBTLongArray by copy pasting NBTIntArray and changes the type to long, but it didn't seem to work, I just get a bunch of errors like
The text was updated successfully, but these errors were encountered: