blob: d605aa00a861423d5f9e742183c0740f61df3bdd [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 and sticks to the C principle of
not trying to prevent users to shoot their own feet.
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.