Tags
Creators
Details
Licensed MIT
Published last year
Updated 2 months ago
All versions
5.0+fabric
Release
FPS Overlay v5.0 (Fabric)6 months ago 4,087
Compatibility
Minecraft: Java Edition
26.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
v5.0 (Release)
Performance & Metrics
- Multiplayer TPS Support: The mod now displays server performance (TPS and MSPT) when playing in multiplayer, leveraging the updated Minecraft TickRateManager to sync data directly from the server.
- Efficient Corner Rendering: I optimized the background rendering logic. It now uses a row-by-row calculation for rounded corners, which is much lighter on your GPU while keeping the exact same classic look.
Control & Customization
- Toggle Keybinding: You can now hide or show the overlay instantly using a dedicated keybind. The default is set to 'C', but you can rebind it to anything you like in the standard Controls menu.
- Toggle Feedback: When you use the toggle key, a quick message will appear in your chat to confirm the HUD's status.
Internal & Localization
- Localization Improvements: Added full translation support for the new keybindings and categories.
- Fabric Integration: Improved how the mod handles client ticks to ensure the overlay is perfectly synchronized with your frame rate.
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:KRwWovD9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:j0IQ4hjv:KRwWovD9"
}



