A library for dealing with Minecraft NBT and SNBT.
Go to file
2016-12-24 15:07:33 +00:00
src/main/java/org/spacehq/opennbt Use DataInput/DataOutput for I/O, add little endian support. 2016-12-15 18:15:04 -08:00
.gitignore General cleanup, fixes, and re-versioning. 2015-07-20 11:13:51 -07:00
LICENSE.txt General cleanup, fixes, and re-versioning. 2015-07-20 11:13:51 -07:00
pom.xml Bump version to 1.1 2016-12-24 15:07:33 +00:00
README.md Update URLs. 2015-07-21 15:58:18 -07:00

OpenNBT

OpenNBT is a library for reading and writing NBT files, with some extra custom tags added to allow the storage of more data types.

Building the Source

OpenNBT uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory.

Builds can be downloaded here. Javadocs can be found here.

License

OpenNBT is licensed under the MIT license.