Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 3 years ago
Updated 2 months ago
All versions
2.4-b06e
Beta
Cold Sweat 2.4-b06e8 months ago 14.7K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
2.4-b06e
Fixes:
Technical Changes:
- The temperature underground is now 60 °F instead of 75 °F
Fixes:
- (1.21) Fixed error when loading compat for Create: Stuff n' Additions
Technical Changes:
- Some (breaking) changes to how TempModifiers are added to players:
- The new formatting is outlined in a post on the Momo Softworks Discord server. Documentation will be updated early next year
- These changes are done to simplify the way TempModifiers are added and make it more flexible/extensible
- Duplicate modifier handling is now part of the Placement, rather than being dedicated parameters in the addModifier() method
- The "Duplicates" enum has been renamed to "Matcher"
- Compressed all 5 addModifier() overloads down to just one method:
- addModifier(entity, modifier, trait, placement)
- There is also a helper method for replaceOrAddModifier
- The hearth/boiler/icebox now store fuel as a simple integer instead of fluid stacks
- Keeps the system simple and allows for multiple fuel types to be used interchangeably
- Saved fuel data will be loaded and converted automatically upon updating
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| ColdSweat-2.4-b06e-sources.jar | Source jar | 1.55 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:CIW4kMbq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uXhSmPjd:CIW4kMbq"
}

