All versions
1.1-mc1.20
Release
DisplayFPS 1.1last year 1,286
Compatibility
Minecraft: Java Edition
1.20.x
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Changelog for DisplayFPS v1.1
[1.1] - 2025-04-28
Added
- Scale Adjustment: Added a scale slider to adjust the size of the FPS text and background. The scale ranges from 0.5x to 2.0x, with a step of 0.1x for smooth adjustments.
- Keybind for Config Screen: Added a keybind (default: F10) to open the configuration screen directly, in addition to ModMenu support.
- Independent V-Sync Display: The
(V-Sync)indicator is now appended after the user-defined text if enabled, ensuring better control over text formatting.
Changed
- Performance Optimization: FPS calculation is now performed once per second instead of every frame, reducing performance overhead.
Журнал изменений для DisplayFPS v1.1
[1.1] - 2025-04-28
Добавлено
- Настройка масштаба: Добавлен ползунок для изменения масштаба текста FPS и фона. Диапазон масштаба от 0.5x до 2.0x с шагом 0.1x для плавной настройки.
- Горячая клавиша для экрана настроек: Добавлена горячая клавиша (по умолчанию F10) для открытия экрана настроек напрямую, помимо поддержки ModMenu.
- Независимое отображение V-Sync: Индикатор
(V-Sync)теперь добавляется после пользовательского текста, если включен, что дает больше контроля над форматированием текста.
Изменено
- Оптимизация производительности: Подсчет FPS теперь выполняется раз в секунду вместо каждого кадра, что снижает нагрузку на производительность.
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:iFVH1usz:BJwcKHzZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iFVH1usz:BJwcKHzZ"
}

