A library for dealing with Minecraft NBT and SNBT.
Go to file
2012-03-21 15:37:29 -07:00
src/main/java/com/github/steveice10/opennbt Package refactor 2012-03-21 15:37:29 -07:00
.gitignore Refactored and mavenized 2012-03-11 21:29:54 -07:00
.travis.yml .travis.yml 2012-03-14 15:58:29 -07:00
HEADER.txt License stuff 2012-03-03 10:05:44 -08:00
LICENSE.txt Initial commit 2012-03-03 09:45:23 -08:00
pom.xml Package refactor 2012-03-21 15:37:29 -07:00
README.md Updated README.md 2012-03-14 16:03:07 -07:00

OpenNBT

About OpenNBT

OpenNBT is a continuation of Graham Edgecombe's jNBT library.

License

OpenNBT is licensed under the BSD license. (See LICENSE.txt for more info.)

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.