nbt icon indicating copy to clipboard operation
nbt copied to clipboard

Error parsing region files?

Open TealNerd opened this issue 6 years ago • 3 comments

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

TealNerd avatar Jan 01 '18 08:01 TealNerd