A library for dealing with Minecraft NBT and SNBT.
Go to file
2016-12-15 16:52:22 -08:00
src/main/java/org/spacehq/opennbt Generate source and javadoc jars. 2016-12-15 16:52:22 -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 Generate source and javadoc jars. 2016-12-15 16:52:22 -08: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.