All versions
1.13.2-1.12.4
Release
FPS Reducer 1.13.2-1.12.43 years ago 3,023
Compatibility
Minecraft: Java Edition
1.13.2
Platform
Forge
Supported environments
Client-side
Changes
v1.12.4
- Fixed the issue to save the lowered fps and volume values to options.txt in certain situations.
v1.12.3
- Supported mc1.14.3.
- Fixed the issue not to reduce FPS when the window is inactive after loading a world.
- FPS suppression in inactive has been effective in the main menu. (1.14.x, experimental)
v1.12.2
- Initial port to mc1.14.2.
- SuppressSound feature has been effective even in the main menu.
- Improved synchronization handling of the config files.
- Refactored some codes.
v1.12.1
- Fixed a server crash when installed on a server.
v1.12
- Added player moving detection to avoid FPS reduction during riding and flying.
- Changed left-bottom FPS indication way not to overlap a chat box.
- Integrated the wating time sliders.
- Added a player config mode.
- Moved config files under config/fpsreducer folder.
v1.11
- Initial release to 1.13.2.
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:42sbHeZ4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iZ10HXDj:42sbHeZ4"
}

