Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.74 KB

README.md

File metadata and controls

55 lines (41 loc) · 1.74 KB

Thermoo

Adding Thermoo to Your Mod

Add the repository to your build.gradle

repositories {
    maven { url "https://jitpack.io/" }
    // Needed as Thermoo uses Cardinal Components 
    maven {
		name = "Ladysnake Mods"
		url = 'https://maven.ladysnake.org/releases'
    }
}

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

LTS Policy

These are the current versions being supported by Thermoo.

Minecraft Version Support Status
1.21.3 ✅ Supported
1.21.1 ✅ Supported
1.20.6 ❌ Unsupported
1.20.4 ❌ Unsupported
1.20.2 ❌ Unsupported
1.20.1 ⚠️ Critical fixes only
1.19.4 ❌ Unsupported
1.19.2 ❌ Unsupported

Status Definitions:

  • ✅ Supported: This version is fully supported and will receive all new features, fixes, and updates (where possible)
  • ⚠️ Critical fixes only: This version will receive only critical crash and security fixes, as well as minor features where they can be easily cherry-picked
  • ❌ Unsupported: This version will receive no future updates, except for critical security fixes