Links
Tags
Creators
Details
All versions
1.6.1
Release
SSC Xu Addon - SSC 1.9.2 - 1.6.12 weeks ago 136
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
Due to a critical bug that rendered one form unusable, this version is being released urgently.
- Fixed a crash when enabling the Bat form's mask system.
- Enhanced the Allay form:
- Fixed a missing Power that was listed in the TODO but previously omitted (significantly increases flight speed).
- Active Skill 1 has been moved to Active Skill 5; the original key now triggers the Blink (teleport) ability.
- Backported the keybinding system from SSC 1.10.0 (6 keys total). Design: keys 1–4 are for common actions, key 5 for menu-type actions, and key 6 for toggle-type actions.
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:cTPah5vt:uiwrkghz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cTPah5vt:uiwrkghz"
}

