A library for dealing with Minecraft NBT and SNBT.
Go to file
2014-03-14 18:00:54 -07:00
src/main/java/org/spacehq/opennbt Cleanup code, move tag IDs to TagRegistry 2014-03-14 18:00:54 -07:00
.gitignore Refactored ch.spacebase to org.spacehq, reformatted code and line endings. 2014-03-01 16:46:32 -08:00
LICENSE.txt Refactored ch.spacebase to org.spacehq, reformatted code and line endings. 2014-03-01 16:46:32 -08:00
pom.xml Refactored ch.spacebase to org.spacehq, reformatted code and line endings. 2014-03-01 16:46:32 -08:00
README.md Refactored ch.spacebase to org.spacehq, reformatted code and line endings. 2014-03-01 16:46:32 -08:00

OpenNBT

About 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. You can also download a build here.

License

OpenNBT is licensed under the MIT license.