
SimpleFPS
A lightweight, customizable FPS counter mod with other features, for Minecraft (Fabric 1.21.11, 1.21.10, and 1.21.9).
- Загрузки
- 10K
- Подписчики
- 2
- Обновлён
- 23 июня 2026 г.
- Лицензия
- MIT
Опубликован 7 декабря 2025 г.
SimpleFPS
A lightweight, customizable FPS counter mod for Minecraft (Fabric).
Author: Partacus-SPQR
Source: GitHub
Download: Modrinth
Features
- FPS Counter - Real-time FPS display with customizable appearance
- Coordinates Display - Show X/Y/Z position on screen
- Biome Display - Show current biome name
- Time Clock - Show Minecraft day and time (12/24-hour format)
- FPS Graph - Visual FPS history with Min/Max/Avg statistics
- Draggable UI - Position all HUD elements anywhere on screen
- Color Picker - Built-in visual color picker for easy customization
- Adaptive Colors - Optional color-coding based on FPS thresholds
- Live Preview - See changes in real-time while configuring
- Built-in Config Screen - Scrollable fallback config with draggable scrollbar
Installation
- Install Fabric Loader for your Minecraft version (1.21.9–26.2)
- Install Fabric API (required)
- Download SimpleFPS and place in your
modsfolder
Recommended (Optional)
- Cloth Config - Enhanced config screen with live preview
- Mod Menu - Access config from the mod list
Without these, set a keybind in Options > Controls > SimpleFPS to open the built-in config screen.
Configuration
Access settings via:
- Mod Menu (if installed) - Click the config button
- Keybind - Set "Open Config" in Options > Controls > SimpleFPS
- Config file - Edit
.minecraft/config/simplefps.jsondirectly
Keybindings
All keybinds are unbound by default. Set them in Options > Controls > SimpleFPS:
| Action | Description |
|---|---|
| Toggle FPS | Show/hide FPS counter |
| Open Config | Open settings screen |
| Drag FPS Counter | Reposition the counter |
| Drag FPS Graph | Reposition the graph |
| Reload Config | Reload settings from file |
Requirements
| Dependency | Version | Required |
|---|---|---|
| Minecraft | 1.21.9 - 26.2 | Yes |
| Fabric Loader | ≥0.16.0 | Yes |
| Fabric API | Any | Yes |
| Cloth Config | Any (1.21.x only) | Optional |
| Mod Menu | Any | Optional |
Version Compatibility
| Minecraft | Mod Version | Fabric Loader |
|---|---|---|
| 26.2 | 1.5.0 | ≥0.16.0 |
| 26.1 | 1.5.0 | ≥0.16.0 |
| 1.21.11 | 1.5.0 | ≥0.16.0 |
| 1.21.10 | 1.5.0 | ≥0.16.0 |
| 1.21.9 | 1.5.0 | ≥0.16.0 |
License
Author
Partacus-SPQR
Ченджлог
1.5.0Релиз26.2 · 23 июня 2026 г.
[1.5.0] - 2026-06-23
Added
- Minecraft 26.2 Support - Full compatibility with Minecraft 26.2 (unobfuscated builds, Java 25)
- Adapted to the relocated screen API:
Minecraft.setScreen()is nowMinecraft.setScreenAndShow(), and the active screen is read viaMinecraft.gui.screen() - Added a
ScreenCompathelper that bridges the 26.2 and earlier screen APIs from a single location, keeping all other versions unchanged
- Adapted to the relocated screen API:
Changed
- Now supports 5 Minecraft versions: 1.21.9, 1.21.10, 1.21.11, 26.1, and 26.2
- 26.2 is now the primary build target
- Updated dependencies for 26.2: Fabric API
0.153.0+26.2, Mod Menu20.0.0-beta.4
1.4.0Релиз26.1 · 26 марта 2026 г.
[1.4.0] - 2026-03-25
Added
- Minecraft 26.1 Support - Full compatibility with Minecraft 26.1 (unobfuscated builds)
- Java 25 support for 26.1 builds
- Adapted to new 26.1 rendering API (
GuiGraphicsExtractor,extractRenderState,text/centeredText) - Migrated from
HudRenderCallbacktoHudElementRegistry/HudElementAPI for 26.1 - Updated key binding API to
fabric-key-mapping-api-v1for 26.1 - Updated time display to use new
getDefaultClockTime()API
Changed
- Now supports 4 Minecraft versions: 1.21.9, 1.21.10, 1.21.11, and 26.1
1.3.1Релиз1.21.11 · 19 декабря 2025 г.
[1.3.1] - 2025-12-19
Fixed
- Time Clock synchronization - Fixed time display not syncing correctly with game time
- Now uses
world.getTimeOfDay()directly for accurate real-time sync - Time updates correctly after sleeping, closing/reopening game, and using
/time setcommands
- Now uses
1.3.1Релиз1.21.10 · 19 декабря 2025 г.
[1.3.1] - 2025-12-19
Fixed
- Time Clock synchronization - Fixed time display not syncing correctly with game time
- Now uses
world.getTimeOfDay()directly for accurate real-time sync - Time updates correctly after sleeping, closing/reopening game, and using
/time setcommands
- Now uses
1.3.1Релиз1.21.9 · 19 декабря 2025 г.
[1.3.1] - 2025-12-19
Fixed
- Time Clock synchronization - Fixed time display not syncing correctly with game time
- Now uses
world.getTimeOfDay()directly for accurate real-time sync - Time updates correctly after sleeping, closing/reopening game, and using
/time setcommands
- Now uses
1.3.0Релиз1.21.11 · 18 декабря 2025 г.
[1.3.0] - 2025-01-13
Added
- Time Clock Display - New HUD element showing Minecraft day number and time
- Synced with Minecraft day/night cycle
- 12-hour format (7:30 AM) by default with 24-hour toggle (07:30)
- Verbose ("Day: 1342 Time: 7:30 AM") and minimalist ("1342 7:30 AM") display modes
- Customizable text and background colors with color picker
- Draggable positioning like other HUD elements
- Full integration with Cloth Config and fallback config screens
Changed
- Config tabs reorganized: FPS, Coordinates, Biome, Time Clock, Graph, Adaptive, Keybinds
Fixed
- HUD position scaling - Fixed HUD elements overlapping when resizing the Minecraft window
- Elements now use anchor-based positioning (top-left stays top-left, bottom-right stays bottom-right)
- Maintains proper spacing regardless of window size
- Day counter - Fixed day number always showing as 1 (now correctly tracks total days played)
1.3.0Релиз1.21.10 · 18 декабря 2025 г.
[1.3.0] - 2025-01-13
Added
- Time Clock Display - New HUD element showing Minecraft day number and time
- Synced with Minecraft day/night cycle
- 12-hour format (7:30 AM) by default with 24-hour toggle (07:30)
- Verbose ("Day: 1342 Time: 7:30 AM") and minimalist ("1342 7:30 AM") display modes
- Customizable text and background colors with color picker
- Draggable positioning like other HUD elements
- Full integration with Cloth Config and fallback config screens
Changed
- Config tabs reorganized: FPS, Coordinates, Biome, Time Clock, Graph, Adaptive, Keybinds
Fixed
- HUD position scaling - Fixed HUD elements overlapping when resizing the Minecraft window
- Elements now use anchor-based positioning (top-left stays top-left, bottom-right stays bottom-right)
- Maintains proper spacing regardless of window size
- Day counter - Fixed day number always showing as 1 (now correctly tracks total days played)
1.3.0Релиз1.21.9 · 18 декабря 2025 г.
[1.3.0] - 2025-01-13
Added
- Time Clock Display - New HUD element showing Minecraft day number and time
- Synced with Minecraft day/night cycle
- 12-hour format (7:30 AM) by default with 24-hour toggle (07:30)
- Verbose ("Day: 1342 Time: 7:30 AM") and minimalist ("1342 7:30 AM") display modes
- Customizable text and background colors with color picker
- Draggable positioning like other HUD elements
- Full integration with Cloth Config and fallback config screens
Changed
- Config tabs reorganized: FPS, Coordinates, Biome, Time Clock, Graph, Adaptive, Keybinds
Fixed
- HUD position scaling - Fixed HUD elements overlapping when resizing the Minecraft window
- Elements now use anchor-based positioning (top-left stays top-left, bottom-right stays bottom-right)
- Maintains proper spacing regardless of window size
- Day counter - Fixed day number always showing as 1 (now correctly tracks total days played)
Комментарии
Загружаем…