A library for dealing with Minecraft NBT and SNBT.
Go to file
2013-12-19 17:16:33 -08:00
src/main/java/ch/spacebase/opennbt Fix cases where default NBT tags might not be registered when they are needed 2013-12-13 19:00:11 -08:00
.gitignore Refactored and mavenized 2012-03-11 21:29:54 -07:00
LICENSE.txt Updated version to 1.3-SNAPSHOT, changed license and pom.xml data for rewrite 2013-12-19 17:16:33 -08:00
pom.xml Updated version to 1.3-SNAPSHOT, changed license and pom.xml data for rewrite 2013-12-19 17:16:33 -08:00
README.md Updated version to 1.3-SNAPSHOT, changed license and pom.xml data for rewrite 2013-12-19 17:16:33 -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.