Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 3 months ago
All versions
3.0.0-beta.36
Beta
carbonchat-fabric 3.0.0-beta.369 months ago 412
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Required content
Changes
:broom: Chores
- deps: Update dependency com.intellectualsites.bom:bom-newest to v1.55 (#714) - 928a244
- deps: Update dependency com.rabbitmq:amqp-client to v5.27.0 (#717) - 087f25b
- deps: Update flyway to v11.14.1 (#716) - 8be3adb
Commits
- 1a34928: Back to 3.0.0-SNAPSHOT (Jason Penilla)
- add98b5: Switch from javadoc.io to javadocs.dev for now (Jason Penilla)
- 3b276e8: Don't include adventure-platform-fabric, require it on Modrinth (Jason Penilla)
- 787d91e: Update indra to v4 (Jason Penilla)
- 92b7037: Update cloud-minecraft (Jason Penilla)
- 1e5ee88: 3.0.0-beta.36 (Jason Penilla)
Optional dependencies
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:QzooIsZI:ztMq4trR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QzooIsZI:ztMq4trR"
}




