Tags
Creators
Details
Licensed Apache-2.0
Published 4 years ago
Updated 3 months ago
All versions
0.6.2
Release
Cooldown Coordinator 0.6.23 years ago 23.5K
Compatibility
Minecraft: Java Edition
1.20–1.20.4
1.19.3–1.19.4
Platforms
Fabric
Quilt
Supported environments
Server-side
Singleplayer
Changes
CooldownCoordinator Lithium Special Compatibility Edition (tm)
- Restores compatibility with Lithium by reverting to disabling Lithium's Hopper optimizations.
- We tried using a new Lithium API but it turns out the API cannot encompass our entire use case.
- Anyone using 0.5.0 - 0.6.1 should prefer this release.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| cooldown-coordinator-0.6.2-sources.jar | Unknown | 12.82 KiB |
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:2lfPteTN:DfR52Hhg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2lfPteTN:DfR52Hhg"
}
