A library for dealing with Minecraft NBT and SNBT.
Go to file
Steven Smith 6859c36d9b
Merge pull request #12 from MylesIsCool/allow-empty-lists
Allow empty ListTag for conversion and adding elements to empty lists
2018-07-02 14:46:25 -07:00
src/main/java/com/github/steveice10/opennbt Allow empty ListTag for conversion and adding elements 2018-07-02 22:05:50 +01:00
.gitignore General cleanup, fixes, and re-versioning. 2015-07-20 11:13:51 -07:00
LICENSE.txt Update license year. 2017-03-02 00:01:49 -08:00
pom.xml Pom enhancements 2018-02-01 19:02:39 +01:00
README.md Migrate away from spacehq.org 2017-03-01 16:09:25 -08:00

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.

License

OpenNBT is licensed under the MIT license.