https://github.com/lanternpowered/lanternnbt
A NBT library (with expanded type support) and a editor.
https://github.com/lanternpowered/lanternnbt
java java-8 nbt nbt-editor nbt-library
Last synced: about 1 year ago
JSON representation
A NBT library (with expanded type support) and a editor.
- Host: GitHub
- URL: https://github.com/lanternpowered/lanternnbt
- Owner: LanternPowered
- License: mit
- Created: 2017-10-21T17:26:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T12:48:43.000Z (over 8 years ago)
- Last Synced: 2025-04-14T10:57:39.780Z (about 1 year ago)
- Topics: java, java-8, nbt, nbt-editor, nbt-library
- Language: Java
- Size: 208 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# LanternNBT [](https://travis-ci.org/LanternPowered/LanternNBT) [](https://bintray.com/lanternpowered/maven/lanternnbt/_latestVersion)
A NBT library with extended data types support. There is also a editor to read/modify NBT files.
* [Source]
* [Issues]
## Prerequisites
* [Java 8]
## Clone
The following steps will ensure your project is cloned properly.
1. `git clone https://github.com/LanternPowered/LanternNBT.git`
2. `cd LanternNBT`
## Building
__Note:__ If you do not have [Gradle] installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any 'gradle' command.
In order to build LanternNBT you simply need to run the `gradle build` command. You can find the compiled JAR file in `./build/libs` labeled similarly to 'lantern-nbt-x.x.x-SNAPSHOT.jar'.
[Gradle]: https://www.gradle.org/
[Source]: https://github.com/LanternPowered/LanternNBT
[Java 8]: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
[Issues]: https://github.com/LanternPowered/LanternNBT/issues
[MIT License]: https://www.tldrlegal.com/license/mit-license