thehrz / blockdb

Create persistent data for blocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building

  • Gradle - Dependency Management

The GradleWrapper in included in this project.

On Windows:

gradlew.bat clean build

On MacOS/Linux:

./gradlew clean build

Build artifacts should be found in ./build/libs folder.

About

Create persistent data for blocks


Languages

Language:Kotlin 100.0%