Skip to content

Repository files navigation

Curse Forge Modrinth Maven Central

Usage

To use this with your mod, include the following in build.gradle:

dependencies {
  modImplementation "dev.the-fireplace:FiresSurvivalTweaks:${project.fst_version}"
}

And in gradle.properties:

fst_version=<mod version>+<minecraft version>