Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 1.92 KB

README.md

File metadata and controls

15 lines (14 loc) · 1.92 KB

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>