Tags
Creators
Details
Licensed ARR
Published 6 months ago
Updated last month
All versions
2.0.0
Release
smart-fps-booster 2.0.0last month 13.8K
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Changelog
All notable changes to Smart FPS Booster are documented here. This project follows Semantic Versioning.
[2.0.0] - 2026-07-01
Major release: full update to Minecraft 26.1 & 26.2 and a redesigned interface.
Added
- Edge Alert toggle — the red screen-edge flash shown on FPS/GPU spikes can now be turned off in Settings → Visuals & Alerts → Edge Alert.
- Redesigned UI built on the new 26.1 render-state model:
- Modern dashboard with gradient panels, drop shadows, accent title bars and stat cards (FPS / Average / 1% Low).
- Themed memory and session-history bars, improved live FPS chart.
- Rebuilt, grouped settings screen with a smooth scrollbar and section headers.
- Polished setup wizard (with step indicators), overlay-position screen and notifications.
- Refreshed FPS overlay styles (gradient backgrounds, accent bars).
Changed
- Now targets Minecraft 26.1 & 26.2 (single build, loads on both).
- Migrated the entire codebase from Yarn to Mojang official mappings (26.1 is the first unobfuscated Minecraft release).
- Updated toolchain: Fabric Loom 1.17, Gradle 9.5.1, Java 25, Fabric Loader 0.19.3, Fabric API 0.153.0.
- HUD rendering migrated from the removed
HudRenderCallbacktoHudElementRegistry. - Keybindings migrated to the new
KeyMappingHelper/KeyMapping.CategoryAPI.
Requirements
- Minecraft 26.1 or 26.2 (Fabric)
- Java 25+
- Fabric API
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:HEXgw47x:dDg5sIlZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HEXgw47x:dDg5sIlZ"
}

