Tags
Creators
Details
1.0.2
Compatibility
Changes
Update Note – ClientReflex 1.21 → 1.21.4
This update focuses on improving and simplifying connection handling while keeping all core features intact.
Main changes
- The legacy auto-reconnect system (
autoReconnect*) has been fully removed. - All disconnection and reconnection logic is now centralized in AntiDisconnect as the single protection system.
- AntiDisconnect provides smarter retry behavior with progressive delays and clearer limits, resulting in more stable handling of repeated disconnects.
Configuration
- The configuration file is cleaner and easier to understand.
- Redundant or overlapping reconnect options have been removed, making AntiDisconnect the only system to configure for connection stability.
Code and UI
- The legacy
AutoReconnectManagerhas been removed. - Connection-related logic is more consistent and easier to maintain.
What remains unchanged
- Advanced network HUD.
- Entity prediction (crystals, beds, anchors, TNT minecarts).
- Ping optimization and metrics.
- Packet prioritization and Netty-related settings.
Player impact
- More stable and predictable reconnection behavior.
- Fewer aggressive reconnect loops during poor network conditions.
- Clearer configuration and overall smoother experience.
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:jEYHXe2Y:obhnCJWc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jEYHXe2Y:obhnCJWc"
}

