Skip to content

API to write Chunk Stories mods, implemented by chunkstories

License

Notifications You must be signed in to change notification settings

dector/chunkstories-api

 
 

Repository files navigation

chunkstories-api

alt text

Build Status

This repository contains the API for the Chunk Stories project. The chunkstories project implements this API, and all mods (including the core content of the game) link against the API.

To learn more about Chunk Stories in general, please read the readme of the main repo.

Building

This is for building chunkstories-api, the game's API. If you are only looking to write mods, you do not have to mess with this at all and should rather follow the mods creation guide on the project Wiki !

Setup

Nothing in particular to do. Gradle handles the dependencies for you.

Enklume is our homegrown Minecraft Anvil file format library. Artifacts are in our repository, you don't have to worry about it.

Gradle Tasks

  • ./gradlew install builds the API and installs it to the local maven repository.

Links

License

chunkstories-api's implementation is released under LGPL, see LICENSE.MD

About

API to write Chunk Stories mods, implemented by chunkstories

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 85.0%
  • Java 15.0%