Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 3 years ago
Updated last month
All versions
2.4-b06g
Beta
Cold Sweat 2.4-b06g4 months ago 5,291
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
2.4-b06g
Fixes:
- The Frostward and Fireward rings from Iron's Spellbooks now give buffs that allow the player to survive in colder/hotter climates
- Renamed some attribute modifiers for better clarity:
- "Cold/Heat Tolerance" -> "Freezing/Overheating Threshold"
- "Cold/Heat Dampening" -> "Cold/Heat Tolerance"
- "Freezing/Heatstroke Resistance" -> "Freeze/Overheat Damage Resistance"
Fixes:
- Fixed duplication glitch in the sewing table by swapping the input armor item before taking the result
- Fixed sudden loss of player temperature data in some cases
- Fixed screen stretching in some cases when the heat blur effect is applied
- Fixed visual temperature effects not being nullified by fire and ice resistance in some cases
- Fixed mod armor items not having the proper item tags
- Fixed error when executing "/coldsweat dumpconfigs" on a dedicated server
- Fixed attribute modifiers that lower the player's freezing point being shown as "harmful"
- Fixed water potentially freezing and thawing at incorrect temperatures
- Fixed the "/temp debug" command showing temperature units for temperature traits that don't use units
- Fixed the Space Helmet from Ad Astra giving doubled effects, and the Space Pants giving none
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| ColdSweat-2.4-b06g-sources.jar | Source jar | 1.54 MiB |
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:uXhSmPjd:zwg7DXEE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uXhSmPjd:zwg7DXEE"
}

