LanternPowered / LanternNBT

A NBT library (with expanded type support) and a editor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LanternNBT Build Status Download

A NBT library with extended data types support. There is also a editor to read/modify NBT files.

Prerequisites

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'.

About

A NBT library (with expanded type support) and a editor.

License:MIT License


Languages

Language:Java 100.0%