Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 670 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 670 Bytes

Thermoo

Adding Thermoo to Your Mod

Add the repository to your build.gradle

repositories {
    maven { url "https://jitpack.io/" }
}

Add the dependency to your build.gradle

dependencies {
    modImplementation "com.github.thedeathlycow:thermoo:VERSION"
}

Replace 'VERSION' with the version you want to use. See the available versions on Jitpack

Using Thermoo

Usage of Thermoo, for both mods and datapacks, is documented on the wiki