Tags
Creators
Details
5.1+fabric
Compatibility
Required content
Changes
FPS Overlay v5.1
This release focuses on stability, compliance, and accuracy. No new features — just making sure everything that's there works perfectly.
Changes
- Fixed a thread safety issue in the performance tracking engine that could cause corrupted FPS readings under heavy load
- Fixed a crash that could occur when reordering metrics while the overlay was actively rendering
- Multiplayer MSPT and TPS now correctly show N/A instead of fake static values
- Removed CPU and GPU metrics — the only reliable way to read these required spawning external system processes
What's in the mod (carried over from v5.0)
Thirteen trackable metrics: FPS, Average FPS, Frame Time, 1% Low, Ping, TPS, MSPT, Memory, Coordinates, Biome, Chunks, FPS Graph, Min/Max Stats.
Full customization: drag to reposition, reorder metrics, rename labels, theme presets (Classic Dark, Light, Glass), custom color palette, adaptive colors, HUD scale, 10 keybinds, auto-hide on F3.
Optional dependencies
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:j0IQ4hjv:1sNk6vla"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:j0IQ4hjv:1sNk6vla"
}

