Tags
Creators
Details
Licensed MIT
Published last year
Updated 2 months ago
All versions
5.2+fabric
Release
Fps Overlay 5.2 (Fabric)4 months ago 2,810
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Changes
FPS Overlay v5.2
New
- Hide metric labels New toggle in General HUD settings: "Show Metric Labels." Turn it off and your HUD shows only the numbers and units (like
100fps | 10ms), with no text clutter. Great for a minimal look.
Performance fixes
- Fixed the FPS drop caused by the graph This was the main bug from last version. The graph was drawing each bar one pixel at a time, which hammered the GPU. It now draws each bar in a single operation, cutting GPU work by up to 50x.
- Graph overhead when hidden is now zero Previously the game was still calculating graph data even when the graph wasn't visible. That's fixed — it skips all graph processing when you have it turned off.
- Internal Cleanups A couple of smaller internal cleanups to reduce unnecessary memory usage during startup.
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:ZBNSOkih"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:j0IQ4hjv:ZBNSOkih"
}

