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
{{ message }}
This repository was archived by the owner on Jun 26, 2019. It is now read-only.
Tried using this to parse region files and I'm getting an error right away.
new NBTInputStream(file, false).readTag()causes an IOException with the message "TAG_End found without a TAG_Compound/TAG_List tag preceding it."
Not really sure what's happening there