A library for dealing with Minecraft NBT and SNBT.
Go to file
2014-03-25 16:49:37 -07:00
src/main/java/org/spacehq/opennbt Add generics to CompoundTag get/put/remove methods 2014-03-25 16:49:37 -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 Remove unnecessary resource inclusion, use getUnsigned methods for tag IDs and name lengths 2014-03-21 23:26:39 -07: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.