All versions
0.11
Beta
Thermo-February 2025last year 847
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
Beta 0.11 - Thermo-February 2025 Update
- Added the Brimstone Cake for the Thermo-February advancement
- Added the Golden Pillar, only obtainable in Survival Mode during Thermo-February
- Added a Music Disc for Arctic Warmth Legacy, only obtainable in Survival Mode during Thermo-February
- Renamed "Chorpse" to "Graver"
- Updated models and animations for Gravers. Skeletitans and Icidrozerks.
- Added three random Graver variants
- Added a new Skeletitan variant when spawned below y0
- Skeletitans now attack with a telegraphed AOE attack
- Updated the Icidrozerk alternative attack
- Replace the Zerker Gauntlet with the Titanium Mace
- Added Cracked Shale Bricks
- Added Shale Pillars + variants (Blank, Spawn, Fuzz, Depth, Garden, Pathos, Azazel, Monolith)
- Added Saplings/Seeds for Ochre, Vermillion, Shiverglitter, Starfruit and Lunalemon trees.
- Crystal Kois now drop a unique food item instead of Cod
- Changed Ferro Cake to a one-time-use food item
- Made Borean Tundras snowier
- Frosted the Short Loque Grass texture
- Changed Geyser Clusters to a single block feature
- Added Thermal Shock themed paintings (Therm, Pylon, Showcase, Snowy Night, Loqendian Gothic, CD, The Danger, Average, That one image you keep sending)
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:eWLQHuwu:scF1nwxO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eWLQHuwu:scF1nwxO"
}


