Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 3 years ago
Updated 2 months ago
All versions
2.4-b03c
Beta
Cold Sweat 2.4-b03clast year 56.1K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
2.4-b03c
Fixes:
- Soul sprouts can now be planted with dispensers
- Soul stalks that became glitched after updating to b03a will now correct themselves upon receiving a block update
- Slightly decreased the effectiveness of growing items on soul stalk (now takes 2-3 items instead of always 2)
- Removed sticks from the loot table for soul stalk
- Mod compat for specific mods can now be disabled by using the "disabled_mods" file in the CS config folder
- These mods will still work, but special integration features will not be applied
*
- The "Require Thermometer" and "Fire/Ice Resistance Immunity" settings have been moved to item.toml
- Improved Primal Winter support:
- Now respects disabled biomes/dimensions in Primal Winter's config
- Only decreases the temperature for configured biomes, since Primal Winter already changes default biome temperatures
Fixes:
- (1.21) Fixed crash during server startup
- Fixed crash due to Cold Sweat registries not being synced to the client
- Fixed un-enchantable armor items inheriting enchantments from insulators
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| ColdSweat-2.4-b03c-sources.jar | Unknown | 1.42 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:VmZqYEDY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uXhSmPjd:VmZqYEDY"
}

