A library for dealing with Minecraft NBT and SNBT.
Go to file
Steven Smith cf0c40b895 General cleanup, fixes, and re-versioning. 2015-07-20 11:13:51 -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
README.md General cleanup, fixes, and re-versioning. 2015-07-20 11:13:51 -07:00
pom.xml General cleanup, fixes, and re-versioning. 2015-07-20 11:13:51 -07:00

README.md

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.

License

OpenNBT is licensed under the MIT license.