Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thedeathlycow/thermoo
- Owner: TheDeathlyCow
- License: lgpl-3.0
- Created: 2023-02-07T08:58:18.000Z (almost 2 years ago)
- Default Branch: 1.21
- Last Pushed: 2024-10-28T07:54:31.000Z (3 months ago)
- Last Synced: 2024-10-28T08:58:07.482Z (3 months ago)
- Language: Java
- Size: 380 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)