0.7.0
Compatibility
Required content
Changes
Cold Sweat: Altitude 0.7.0
This update makes altitude changes feel far more natural. Temperature bands can now blend smoothly as you climb or descend, while new coloured action-bar feedback makes changing conditions easy to read at a glance. It also includes a substantial round of Create Aeronautics/Sable compatibility, shelter, config, and diagnostic improvements.
New configs are recommended to benefit from the updated defaults and clearer layout, but are not required - existing configs migrate new settings while preserving existing band setups.
Added
- Smooth altitude gradients with
NONE,LINEAR, andBOUNDARYmodes. BOUNDARYgradients as the default for newly generated configs.- Temperature-tinted altitude action-bar messages.
- Smooth action-bar fade in/out animations.
- Action-bar messages for every altitude band when using default config.
actionbarDisplayTicksto control action-bar display duration.- Optional
debugLoggingfor detailed diagnostics.
Improved
- Create Aeronautics/Sable altitude, shelter, and heat-source compatibility.
- Shelter detection for assembled ships and partially enclosed spaces.
/coldsweat_altitude statusoutput with clearer altitude, shelter, Sable-coordinate, and thermal-source information.- Fresh config comments and automatic migration for existing configs.
Fixed
- Incorrect shelter and thermal behaviour inside some Sable ship interiors.
- Leaves and foliage incorrectly contributing to shelter cover.
- Action-bar messages not appearing in Creative mode.
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:uicjJQyO:caz4v737"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uicjJQyO:caz4v737"
}

