Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thedeathlycow/thermoo

A Minecraft temperature library for the Fabric and Quilt modloaders
https://github.com/thedeathlycow/thermoo

Last synced: 2 months ago
JSON representation

A Minecraft temperature library for the Fabric and Quilt modloaders

Awesome Lists containing this project

README

        

# Thermoo
[![](https://jitpack.io/v/TheDeathlyCow/thermoo.svg)](https://jitpack.io/#TheDeathlyCow/thermoo)

## Adding Thermoo to Your Mod

Add the repository to your `build.gradle`
```gradle
repositories {
maven { url "https://jitpack.io/" }
}
```

Add the dependency to your `build.gradle`
```gradle
dependencies {
modImplementation "com.github.thedeathlycow:thermoo:VERSION"
}
```

Replace 'VERSION' with the version you want to use. See the available versions on [Jitpack](https://jitpack.io/#TheDeathlyCow/thermoo)

## Using Thermoo

Usage of Thermoo, for both mods and datapacks, is documented on the [wiki](https://github.com/TheDeathlyCow/thermoo/wiki/)