Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last year
All versions
1.11.0
Release
1.19.3-Fabric-1.11.03 years ago 139
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.3
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Changes
1.11.0:
- Fixed inserting the same variable twice in one line where the value has the name of the variable.
- Added BaseConversionCondition and StringFormatCondition.
- Added "contains" field to VariableRemoveCondition to remove multiple variable that has the input text in its name.
- NullOutcome can now be used on server-side Outcomes.
- Fixed stream events causing disconnect from servers when they contain too much data (>32kb [I'm looking at you, Streamlabs Hype Trains!)
- Fixed outcomes triggering on the server erroring due to not having a player reference, and also calling a bunch of client-references, most notable in GameHooks (FORGE). (A lot of) Things may break.
- (FABRIC) Fixed logical side check thinking the server network thread was a client thread.
Announcement: Version 1.11 will be the last version of CCI 1.x. All CCI dev efforts now will target CCI 2.0, except for bug fixes.
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:6Z8wT5tM:qKQDTcD7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6Z8wT5tM:qKQDTcD7"
}

