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