A library for dealing with Minecraft NBT and SNBT.
Go to file
2014-06-28 16:17:47 -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 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 1.4: Refactor packages, remove generics from ListTag, add value<->tag conversion system, merge NBTFileIO and NBTIO 2014-03-25 20:16:23 -07:00
README.md Update download URLs 2014-06-28 16:17:47 -07: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. Snapshots (if any exist) can be downloaded here. Releases (if any exist) can be downloaded here.

License

OpenNBT is licensed under the MIT license.