An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# LanternNBT [![Build Status](https://travis-ci.org/LanternPowered/LanternNBT.svg?branch=master)](https://travis-ci.org/LanternPowered/LanternNBT) [![Download](https://api.bintray.com/packages/lanternpowered/maven/lanternnbt/images/download.svg)](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