Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated 3 months ago
All versions
1.0.0
Release
Simple FPS Overlay 1.0.03 months ago 1,939
Compatibility
Minecraft: Java Edition
1.21.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
📝 Simple FPS Overlay - Changelog
[1.0.0] - 2026-05-07
✨ Added
- Initial Release: Full Fabric support for Minecraft 1.21.
- Visual Editor: Interactive drag-and-drop screen to position your overlay anywhere.
- Color Customization:
- Integrated Color Presets (White, Red, Green, etc.).
- Added Hex Code Input for precise custom colors.
- Advanced Rendering:
- Dynamic FPS Colors: Automatic color shifting based on frame rate (Green/Yellow/Red).
- Background Box: Customizable background with an Opacity Slider.
- Display Styles: Support for Normal and Brackets
[ FPS ]layouts.
- Scaling System: Added a Percentage Slider (50% to 500%) for perfect text sizing.
- Technical Base: Fully integrated with Cloth Config API for a clean settings GUI.
🔧 Fixed
- Config Stability: Improved JSON loading to prevent crashes from old/incompatible settings.
- Rendering Fix: Optimized
DrawContextusage to ensure zero frame-rate impact. - GUI Logic: Fixed Color Picker interaction and slider saving reliability.
Running on Java 21 & Fabric Loader.
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:7e4nGic0:fmmrN3gc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7e4nGic0:fmmrN3gc"
}


