Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TAG_LONG_ARRAY is not supported #1

Open
lbenedetto opened this issue Oct 17, 2020 · 2 comments
Open

TAG_LONG_ARRAY is not supported #1

lbenedetto opened this issue Oct 17, 2020 · 2 comments

Comments

@lbenedetto
Copy link

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
@Hugobros3
Copy link
Owner

I have not been updating this for a while, so that's to be expected. Can you share your fork ?

@lbenedetto
Copy link
Author

Sure. I made a pull request, but like I said, it doesn't work. #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants