Skip to content

demoran23/SlayTheSpire-KotlinTemplate

Repository files navigation

This is a template for creating a Slay The Spire mod using Kotlin.

Building

Set an environment variable for STS_HOME for your Slay The Spire install directory.

Update gradle.properties modName value to match the name of your mod. It will be used to generate the name of the output jar.

jar1

The gradle task that generates the jar.

copyJarToStsMods

The gradle task to copy the jar generated by jar1 to the mods directory of STS_HOME.

copyJarToWorkshopFolder

The gradle task to copy the jar generated by jar1 to your mod publish directory.

Releases

No releases published

Packages

No packages published