All versions
1.2.0
Release
MiClient 1.2.02 weeks ago 65
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
MiClient 1.2.0
What's New
- Fight Recap: Shows stats after combat ends (damage dealt/taken, pops, combo, hits). Works on all servers.
- Firework Radar: Tracks elytra rockets on the sound radar (shows player name if visible).
- Death Waypoint: Marks your last death location and distance.
- HUD Scaling: Scroll to resize HUD elements; right-click to hide items while editing.
- Server Plugin: Servers can now enable specific features, not just block them.
Fair Play Nerfs
- Nearest Enemy: Range dropped from 64 to 10 blocks. Requires line of sight; ignores crouching and invisible players.
- Totem Helper: Mouse assist is disabled on ranked servers
- Sound Radar: Pings fade after 3 seconds; distant sounds appear faint.
- Damage Indicators: Fade through walls much faster (4s normal, 2s invisible).
- Removed: Glide tracker is gone; Elytra Radar is disabled (removed next update).
QoL & Fixes
- Merged Totem settings into one toggle.
- Low HP alert is now a thin screen edge instead of a full overlay.
- Fixed settings menu text overlap and added a scrollbar.
- Added server TPS/ping readout, auto-reconnect, and toggle sneak.
- Totem Helper auto-disables on older Minecraft versions without offhands.
Requires Fabric API.
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
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:jBRpexAJ:lmxwx3mC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jBRpexAJ:lmxwx3mC"
}

