All versions
1.8.9-1.10.3
Release
FPS Reducer 1.8.9-1.10.33 years ago 399.7K
Compatibility
Minecraft: Java Edition
1.8.9
Platform
Forge
Supported environments
Client-side
Changes
v1.10.3
- Removed overhead due to debugging code.
- Changed to get maxFPS from GameSettings class.
v1.10.2
- Fixed a crash caused by NPE while checking key event.
- Fixed a possibility of crash when player entity is null.
v1.10.1
- Fixed a problem that frame rate might not decrease when a window is inactive.
- Added HUD scale option.
- Added some HUD color and text configurations.
- Modified a default config mode to Global config mode.
- [1.8.9~1.12.2] Added clientSideOnly property.
- Disabled debug log.
v1.9
- Added per-player config for some parameters other than HUD related parameters in order to avoid re-config by players due to modpack update.
- Added an initial easy configuration in chat. (disabled by default)
- Added Turkish lang file.(Thanks to RoCoKo)
v1.8
- Changed a suppression volume control to a relative ratio to the current sound volume.
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:iZ10HXDj:zbiYRGSH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iZ10HXDj:zbiYRGSH"
}

