mirror of
https://github.com/ViaVersion/ViaNBT.git
synced 2024-11-14 10:15:40 +01:00
A library for dealing with Minecraft NBT and SNBT.
src/main/java/ch/spacebase/opennbt | ||
.gitignore | ||
HEADER.txt | ||
LICENSE.txt | ||
pom.xml | ||
README.md |
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.