Named Binary Tag (NBT) library for Java based on Graham Edgecombe's JNBT library. NBT is a tag based binary format designed to carry large amounts of binary data with smaller amounts of additional data.
I've added little-endian NBT support for Pocket Edition's modified NBT format. The output when run on a test level.dat matches OpenNBT's output and when written back, has the same MD5 value.
I've added little-endian NBT support for Pocket Edition's modified NBT format. The output when run on a test level.dat matches OpenNBT's output and when written back, has the same MD5 value.
This fixes SPOUTAPI-22 .