A library for dealing with Minecraft NBT and SNBT.
Go to file
2015-07-21 15:58:18 -07:00
src/main/java/org/spacehq/opennbt Ignore invalid list tag type if the ID is 0; this is written when the list is empty. 2014-04-24 16:43:05 -07: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 Update URLs. 2015-07-21 15:58:18 -07: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.