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
Usage of Thermoo, for both mods and datapacks, is documented on the wiki