NBTExplorer/NBToolkit/cnbt
2011-02-08 07:35:33 +00:00
..
blockreplace.c Landing OreGen / NBToolkit 2011-02-08 07:35:33 +00:00
datlevel.c Landing OreGen / NBToolkit 2011-02-08 07:35:33 +00:00
endianness.c Landing OreGen / NBToolkit 2011-02-08 07:35:33 +00:00
endianness.h Landing OreGen / NBToolkit 2011-02-08 07:35:33 +00:00
main.c Landing OreGen / NBToolkit 2011-02-08 07:35:33 +00:00
Makefile Landing OreGen / NBToolkit 2011-02-08 07:35:33 +00:00
nbt.c Landing OreGen / NBToolkit 2011-02-08 07:35:33 +00:00
nbt.h Landing OreGen / NBToolkit 2011-02-08 07:35:33 +00:00
README Landing OreGen / NBToolkit 2011-02-08 07:35:33 +00:00
test.nbt Landing OreGen / NBToolkit 2011-02-08 07:35:33 +00:00

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.