Querz / NBT

A java implementation of the NBT protocol, including a way to implement custom tags.
MIT License
177 stars 47 forks source link

GZIP streams are not closed, causing errors when extracting. #94

Open Derp33 opened 1 year ago

Derp33 commented 1 year ago

Minecraft (and some other apps) don't seem to care if the stream is terminated correctly, but those that do won't open nbt files created with this lib.

Testing the file results in "Unexpected end of data"