All versions
1.0.0
Release
ClickOptimizer 1.0.02 hours ago 7
Compatibility
Minecraft: Java Edition
1.21.9–1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Update 1.0.1 - Bug Fixes & Refactoring
- HUD Text Updated: Replaced the previous
[Sub-Tick]prefix with[ClickOptimizer]to match the project name, and changed the toggle indicators to English (ON/OFF) for global compatibility. - Critical Bug Fixes: Fixed
NoSuchMethodErrorcrashes related toDrawContext.drawTextthat occurred when joining a world on versions 1.21.6 and above. - Multi-version Support: The mod has been meticulously split and compiled against specific mappings to ensure complete stability across all sub-versions.
- 1.21.9+ Support: Updated
MouseInputsignatures and KeyBinding enums to prevent crashes on the newest 1.21 updates. - 26.x Support: Completely ported the mod to support Minecraft's new unobfuscated 26.x ecosystem (Mojang mappings, Java 25, new HUD extraction API).
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:cTPK9sBU:zNhCDhyJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cTPK9sBU:zNhCDhyJ"
}

