Tags
Creators
Details
Licensed GPL-2.0-only
Published 4 years ago
Updated 2 months ago
All versions
1.0.7+1.21-1.21.1
Beta
[1.21-1.21.1] CyanLib 1.0.7last year 346
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Any compatible version
Changes
- Backport to
1.19.2and1.19.3 - Add support for
1.20,1.20.3and1.20.5(you should use1.20.1,1.20.4and1.20.6respectively instead but if for whatever reason you cannot, there you go) fabric.mod.jsonnow specifies the minimum required version forfabric-apifor version that support multiple MC versions (ex:1.20-1.20.1will set the minimumfabric-apiversion to1.20instead of1.20.1)- 🚧 This version is marked as
beta, there may be some bugs due some refactoring that I did (which I tested, but I may have missed a bug or two)
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| cyanlib-1.0.7+1.21-1.21.1-sources.jar | Unknown | 126.35 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:WwacPCzw:w9ZfJg5D"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WwacPCzw:w9ZfJg5D"
}

