Skip to content

A Minecraft temperature library for the Fabric and Quilt modloaders

License

Notifications You must be signed in to change notification settings

TheDeathlyCow/thermoo

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages