TheDeathlyCow / thermoo

A Minecraft temperature library for the Fabric and Quilt modloaders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Minecraft temperature library for the Fabric and Quilt modloaders

License:GNU Lesser General Public License v3.0


Languages

Language:Java 100.0%Language:mcfunction 0.0%