FPS hud
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.0% endorsement rate
- 🏆 #455 of 983 fabric mods in this game by downloads
📋 About This Mod
## FPShud, a mod that displays FPS with high precision on a customizable HUD ### Mod features: - **`Main FPS`** is the main FPS value, regulated by the **`Main Update Interval`** - **`Avererage FPS`** is the average FPS value from all the values took in **`Average Update Interval`** - **`Max FPS`** is the maximum FPS value from all the values took in **`Min Update Interval`** - **`Min FPS`** is the minimum FPS value from all the values took in **`Max Update Interval`** >!(https://raw.githubusercontent.com/Flavio6561/Gallery/refs/heads/main/FPShud/DefaultSettings.gif) > `FPShud with default settings` **HUD Features:** - **General Settings**: > - **`Toggle HUD`** toggles the entire HUD > - **`X Position`** changes the X position of the HUD on the screen > - **`Y Position`** changes the Y position of the HUD on the screen > - **`Text Color`** changes the color of the entire HUD > - **`Shadow`** enables or disables the text shadow on the HUD > - **`Polling Rate`** indicates how frequently the mod should poll FPS - **FPS Display, Average Display, Maximum Display, Minimum display** > `Those settings can be changed for every one of the 4 fields:` > - **`Show FPS`** toggles the FPS field > - **`FPS Position`** indicates the position of the field (first, second, third, fourth) > - **`FPS Precision`** indicates how many points of precision the field have > - **`Before FPS Text`** changes the text displayed before the specific field FPS value > - **`After FPS Text`** changes the text displayed after the specific field FPS value ### ModMenu config: - GUI config is accessible from the ModMenu mods list > The config screen is divided into 5 categories: > - General Settings: > >!(https://raw.githubusercontent.com/Flavio6561/Gallery/refs/heads/main/FPShud/ModMenu-General.png) > - FPS Display, Average Display, Maximum Display, Minimum display: > >!(https://raw.githubusercontent.com/Flavio6561/Gallery/refs/heads/main/FPShud/ModMenu-Displays.png) ### Why FPShud? **Highly precise:** > FPShud uses time elapsed from frame to frame for the FPS value calculation; > This method of sampling elevates precision and customization, permitting millisecond precise calculations and FPS displaying > > FPShud works with a **`Polling Rate`** algorithm; samples are taken every frame, then smoothen every poll-time and finally processed to make them match the required > **`Main Update Interval`**, **`Average Update Interval`**, **`Maximum Update Interval`** and **`Minimum Update Interval`** requirements > > For those reasons, it is not recommended to set `Polling Rate` and `Update Interval` to low values because results may appear very fluctuating **Highly customizable:** > You can customize the HUD to match every style: > >!(https://raw.githubusercontent.com/Flavio6561/Gallery/refs/heads/main/FPShud/CustomSettings.gif) > `only showing Avr and Max, modified 'Before Text', changed 'Text Color', removed 'Shadow', changed 'Precision' and modified 'Update Intervals'` ### Other: > If you are using ModMenu install ClothConfigAPI to access the config screen > Don't want ModMenu? The config file is accessible and editable in your config directory, changes apply after a game restart > Settings will be saved in your config folder and updated at runtime > The mod is client side (works on multiplayer) ### Links: > - (https://github.com/Flavio6561/FPShud) > - (https://modrinth.com/mod/FPShud) > - (https://github.com/Flavio6561/FPShud/wiki/Version-changelogs) > - (https://github.com/Flavio6561/FPShud/issues)
## FPShud, a mod that displays FPS with high precision on a customizable HUD
### Mod features:
- `Main FPS` is the main FPS value, regulated by the `Main Update Interval`
- `Avererage FPS` is the average FPS value from all the values took in `Average Update Interval`
- `Max FPS` is the maximum FPS value from all the values took in `Min Update Interval`
- `Min FPS` is the minimum FPS value from all the values took in `Max Update Interval`
>!(https://raw.githubusercontent.com/Flavio6561/Gallery/refs/heads/main/FPShud/DefaultSettings.gif) > `FPShud with default settings`
HUD Features:
- General Settings:
- > - `Toggle HUD` toggles the entire HUD
- > - `X Position` changes the X position of the HUD on the screen
- > - `Y Position` changes the Y position of the HUD on the screen
- > - `Text Color` changes the color of the entire HUD
- > - `Shadow` enables or disables the text shadow on the HUD
- > - `Polling Rate` indicates how frequently the mod should poll FPS
- FPS Display, Average Display, Maximum Display, Minimum display
- > `Those settings can be changed for every one of the 4 fields:`
- > - `Show FPS` toggles the FPS field
- > - `FPS Position` indicates the position of the field (first, second, third, fourth)
- > - `FPS Precision` indicates how many points of precision the field have
- > - `Before FPS Text` changes the text displayed before the specific field FPS value
- > - `After FPS Text` changes the text displayed after the specific field FPS value
### ModMenu config:
- GUI config is accessible from the ModMenu mods list
- > The config screen is divided into 5 categories:
- > - General Settings:
- >
- >!(https://raw.githubusercontent.com/Flavio6561/Gallery/refs/heads/main/FPShud/ModMenu-General.png)
- > - FPS Display, Average Display, Maximum Display, Minimum display:
- >
- >!(https://raw.githubusercontent.com/Flavio6561/Gallery/refs/heads/main/FPShud/ModMenu-Displays.png)
### Why FPShud?
Highly precise: > FPShud uses time elapsed from frame to frame for the FPS value calculation; > This method of sampling elevates precision and customization, permitting millisecond precise calculations and FPS displaying > > FPShud works with a `Polling Rate` algorithm; samples are taken every frame, then smoothen every poll-time and finally processed to make them match the required > `Main Update Interval`, `Average Update Interval`, `Maximum Update Interval` and `Minimum Update Interval` requirements > > For those reasons, it is not recommended to set `Polling Rate` and `Update Interval` to low values because results may appear very fluctuating
Highly customizable:
> You can customize the HUD to match every style: > >!(https://raw.githubusercontent.com/Flavio6561/Gallery/refs/heads/main/FPShud/CustomSettings.gif) > `only showing Avr and Max, modified 'Before Text', changed 'Text Color', removed 'Shadow', changed 'Precision' and modified 'Update Intervals'`
> If you are using ModMenu install ClothConfigAPI to access the config screen
> Don't want ModMenu? The config file is accessible and editable in your config directory, changes apply after a game restart
> Settings will be saved in your config folder and updated at runtime
> The mod is client side (works on multiplayer)
### Links: > - (https://github.com/Flavio6561/FPShud) > - (https://modrinth.com/mod/FPShud) > - (https://github.com/Flavio6561/FPShud/wiki/Version-changelogs) > - (https://github.com/Flavio6561/FPShud/issues)
📊 Mod Details
- Game
- Minecraft Mods
- Author
- Flavio6561
- Version
- 1.1.3+26.1-26.1.2
- Downloads
- 55,812
- Endorsements
- 15
- Category
- fabric
- Created
- 12/31/2024
- Updated
- 6/21/2026
- Game Versions
- 26.1, 26.1.1, 26.1.2
- Tags
- game-mechanics, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does FPS hud support?
The author lists 26.1, 26.1.1, 26.1.2. Other versions may work but are untested by the author.
What is the latest version of FPS hud?
Version 1.1.3+26.1-26.1.2, published 2026-06-21 with 55,812 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await