2015-07-20 20:02:11 +02:00
|
|
|
# OpenNBT
|
2014-03-02 01:46:32 +01:00
|
|
|
OpenNBT is a library for reading and writing NBT files, with some extra custom tags added to allow the storage of more data types.
|
|
|
|
|
2015-07-20 20:02:11 +02:00
|
|
|
## Building the Source
|
2014-03-02 01:46:32 +01:00
|
|
|
OpenNBT uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory.
|
|
|
|
|
2015-07-22 00:58:18 +02:00
|
|
|
Builds can be downloaded **[here](https://build.spacehq.org/job/OpenNBT)**.
|
|
|
|
Javadocs can be found **[here](https://build.spacehq.org/job/OpenNBT/javadoc)**.
|
2014-03-02 01:46:32 +01:00
|
|
|
|
2015-07-20 20:02:11 +02:00
|
|
|
## License
|
|
|
|
OpenNBT is licensed under the **[MIT license](http://www.opensource.org/licenses/mit-license.html)**.
|