blob: f8204f5bd267dd2b867beb356db383e32ac2bcca [file] [log] [blame] [raw]
cNBT is an NBT File (http://www.minecraft.net/docs/NBT.txt) parser that doesn't
depend on the horrible slowdown that is the JRE.
Currently implemented features:
* Complete parsing of NBT files
* Basic modifications (Add a tag to a compound, values to a list or byte array)
* Pretty printing with indentation
* Writing (possibly modified) NBT structures back to a compressed file
It depends on libz for gzip decompressing and compressing.