Назад до магазину
Dynamic FPS
Modrinth Mod

Dynamic FPS

Reduce resource usage while Minecraft is in the background, idle, or on battery.

Інформація про Minecraft-продукт

Важливе про товар

Сумісність, версії Minecraft, завантажувачі та дані зовнішнього джерела.

Тип

Mod

Доступ

Безкоштовно

Остання версія

3.11.9

Завантаження

57 129 965

Завантажувачі / Платформи

fabric forge neoforge quilt

Minecraft версії

1.14.3 – 1.15.2 1.16.2 – 1.21.11 26.1 26.1.1 26.1.2 26.2

Категорії

management optimization utility

Опис

Докладна інформація

# Dynamic FPS Reduce resource usage while Minecraft is in the background, idle, or on battery. ## Features Dynamic FPS will detect whether the Minecraft window is currently active, being hovered over, unfocused, or invisible. For each of these states you're able to adjust the frame rate, volume, and whether [toast notifications](https://minecraft.wiki/w/Toasts) are temporarily paused. You can also configure these settings for when you're idling (with a custom timeout) or while your laptop / handheld is on battery. Optionally you may also display the current battery status on the in-game HUD and receive toast notifications about battery activity. --- In addition to this Dynamic FPS fixes a vanilla bug causing higher-than-necessary background CPU usage and stops rendering the world while it's being obscured by resource loading overlay, helping especially on low-end systems. ## Installation Dynamic FPS is available for download on [GitHub](https://github.com/juliand665/Dynamic-FPS/releases), [Modrinth](https://modrinth.com/mod/dynamic-fps), and [CurseForge](https://www.curseforge.com/minecraft/mc-mods/dynamic-fps). To access the in-game config screen you'll also need to install [Mod Menu](https://modrinth.com/mod/modmenu) and [Cloth Config](https://modrinth.com/mod/cloth-config). ## Frequently Asked Questions - Why is Minecraft still running at 15 FPS? Dynamic FPS will only slow the client render loop to a minimum of 15 cycles per second. Lower frame rates are achieved by then cancelling the rendering of all superfluous frames, e.g. 14 out of 15 frames are cancelled for 1 FPS. This lets you resume playing almost instantly after switching back to the game: Instead of having to wait for up to a second until the next rendered frame comes along, the game checks back within 1/15th of a second. ## Disclaimer Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/docs/manual-natives-install.md) if you wish.

Розробник

LostLuma

Профіль і дані отримано з Modrinth

Відкрити на Modrinth

Галерея продукту

Зображення проєкту

Скриншоти та зображення з оригінальної сторінки Modrinth.

Main Config Screen

The main config screen allows disabling the mod, choosing an amount of time until the idle configuration is activated, and whether the 60 FPS limit in the main menu should be removed.

Per Status Config

Choose a target frame rate, the volume for each sound category, and whether toast notifications are active while the window is being hovered over, unfocused, invisible, or you're idle.

Sound Categories

For each window status you're able to set a multiplier per sound category (from vanilla and mods!) to either highlight or de-emphasize certain sounds.

Battery Indicator HUD

An optional HUD element showing the current battery charge in percent, as well as whether it's charging or discharging.

Список змін

Версії проєкту

Опубліковані версії та оригінальні файли Modrinth.

3.11.9 Актуальна Release 16.06.2026

v3.11.9

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
neoforge
Показати зміни
- Fix background tasks not being shut down, causing the game to crash when quitting
3.11.9 Release 16.06.2026

v3.11.9

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix background tasks not being shut down, causing the game to crash when quitting
3.11.8 Release 16.06.2026

v3.11.8

Підтримувані версії Minecraft
26.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix invalid mod metadata on the Forge 1.21.2 - 1.21.4 build - Reported by @Fealtous in [Issue 306](https://github.com/juliand665/Dynamic-FPS/issues/306)
3.11.8 Release 16.06.2026

v3.11.8

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
quilt
Показати зміни
- Fix invalid mod metadata on the Forge 1.21.2 - 1.21.4 build - Reported by @Fealtous in [Issue 306](https://github.com/juliand665/Dynamic-FPS/issues/306)
3.11.8 Release 16.06.2026

v3.11.8

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Fix invalid mod metadata on the Forge 1.21.2 - 1.21.4 build - Reported by @Fealtous in [Issue 306](https://github.com/juliand665/Dynamic-FPS/issues/306)
3.11.8 Release 16.06.2026

v3.11.8

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
forge
Показати зміни
- Fix invalid mod metadata on the Forge 1.21.2 - 1.21.4 build - Reported by @Fealtous in [Issue 306](https://github.com/juliand665/Dynamic-FPS/issues/306)
3.11.8 Release 16.06.2026

v3.11.8

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
- Fix invalid mod metadata on the Forge 1.21.2 - 1.21.4 build - Reported by @Fealtous in [Issue 306](https://github.com/juliand665/Dynamic-FPS/issues/306)
3.11.7 Release 28.05.2026

v3.11.7

Підтримувані версії Minecraft
26.1 26.1.1 26.1.2
Завантажувачі / Платформи
neoforge
Показати зміни
- Fix game loop not being properly slowed down in some cases ([commit b0b2d6a1ad](https://github.com/juliand665/Dynamic-FPS/commit/b0b2d6a1ad6f6335bb93c00a99b4195dc5558183) by @LostLuma) - This regression was introduced in the 26.1.0 port, prior Minecraft versions are unaffected - Update battery to 2.1.0 ([commit 71036a1ed0](https://github.com/juliand665/Dynamic-FPS/commit/71036a1ed06d56b680a375cf54fc1a8827780008) by @LostLuma)
3.11.7 Release 28.05.2026

v3.11.7

Підтримувані версії Minecraft
26.1 26.1.1 26.1.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix game loop not being properly slowed down in some cases ([commit b0b2d6a1ad](https://github.com/juliand665/Dynamic-FPS/commit/b0b2d6a1ad6f6335bb93c00a99b4195dc5558183) by @LostLuma) - This regression was introduced in the 26.1.0 port, prior Minecraft versions are unaffected - Update battery to 2.1.0 ([commit 71036a1ed0](https://github.com/juliand665/Dynamic-FPS/commit/71036a1ed06d56b680a375cf54fc1a8827780008) by @LostLuma)
3.11.6 Release 05.04.2026

v3.11.6

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
quilt
Показати зміни
- Enable Cloth Config integration on 26.1.0 ([commit 98d482a027](https://github.com/juliand665/Dynamic-FPS/commit/98d482a0276b2b32e1c92e45f84f1cb3142eba47) by @LostLuma)
3.11.6 Release 05.04.2026

v3.11.6

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
neoforge
Показати зміни
- Enable Cloth Config integration on 26.1.0 ([commit 98d482a027](https://github.com/juliand665/Dynamic-FPS/commit/98d482a0276b2b32e1c92e45f84f1cb3142eba47) by @LostLuma)
3.11.6 Release 05.04.2026

v3.11.6

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric
Показати зміни
- Enable Cloth Config integration on 26.1.0 ([commit 98d482a027](https://github.com/juliand665/Dynamic-FPS/commit/98d482a0276b2b32e1c92e45f84f1cb3142eba47) by @LostLuma)
3.11.6 Release 05.04.2026

v3.11.6

Підтримувані версії Minecraft
1.21.9 1.21.10
Завантажувачі / Платформи
quilt
Показати зміни
- Enable Cloth Config integration on 26.1.0 ([commit 98d482a027](https://github.com/juliand665/Dynamic-FPS/commit/98d482a0276b2b32e1c92e45f84f1cb3142eba47) by @LostLuma)
3.11.6 Release 05.04.2026

v3.11.6

Підтримувані версії Minecraft
1.21.9 1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
- Enable Cloth Config integration on 26.1.0 ([commit 98d482a027](https://github.com/juliand665/Dynamic-FPS/commit/98d482a0276b2b32e1c92e45f84f1cb3142eba47) by @LostLuma)
3.11.6 Release 05.04.2026

v3.11.6

Підтримувані версії Minecraft
1.21.9 1.21.10
Завантажувачі / Платформи
fabric
Показати зміни
- Enable Cloth Config integration on 26.1.0 ([commit 98d482a027](https://github.com/juliand665/Dynamic-FPS/commit/98d482a0276b2b32e1c92e45f84f1cb3142eba47) by @LostLuma)
3.11.6 Release 26.03.2026

v3.11.6

Підтримувані версії Minecraft
26.1 26.1.1 26.1.2
Завантажувачі / Платформи
neoforge
Показати зміни
- Enable Cloth Config integration on 26.1.0 ([commit 98d482a027](https://github.com/juliand665/Dynamic-FPS/commit/98d482a0276b2b32e1c92e45f84f1cb3142eba47) by @LostLuma)
3.11.6 Release 26.03.2026

v3.11.6

Підтримувані версії Minecraft
26.1 26.1.1 26w14a 26.1.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Enable Cloth Config integration on 26.1.0 ([commit 98d482a027](https://github.com/juliand665/Dynamic-FPS/commit/98d482a0276b2b32e1c92e45f84f1cb3142eba47) by @LostLuma)
3.11.5 Release 24.03.2026

v3.11.5

Підтримувані версії Minecraft
26.1
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Ukrainian Translation ([PR 293](https://github.com/juliand665/Dynamic-FPS/issues/293) by @Energobro) - Fix initial window state not being adhered to ([PR 290](https://github.com/juliand665/Dynamic-FPS/pull/290) by @LostLuma) - Reported by @lyuwenhan in [Issue 289](https://github.com/juliand665/Dynamic-FPS/issues/289) - This might not work properly on Windows, but should not have any adverse effects. If it does please open a bug report! - Fix crash calculating GPU utilization while not rendering any frames ([PR 295](https://github.com/juliand665/Dynamic-FPS/pull/295) by @LostLuma) - Reported by Plasma-O in [Issue 288](https://github.com/juliand665/Dynamic-FPS/issues/288) - Fix options being set below their allowed bounds, generating warnings ([commit 39c9cb9e50](https://github.com/juliand665/Dynamic-FPS/commit/39c9cb9e50893c890fd1590ea9ba35399ebab61c) by @LostLuma) Note: As Cloth Config is not available for 26.1 it's not possible to configure Dynamic FPS from within Minecraft. Once Cloth Config is available a new Dynamic FPS version will be published which will include this functionality as per usual.
3.11.5 Release 24.03.2026

v3.11.5

Підтримувані версії Minecraft
26.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Update Ukrainian Translation ([PR 293](https://github.com/juliand665/Dynamic-FPS/issues/293) by @Energobro) - Fix initial window state not being adhered to ([PR 290](https://github.com/juliand665/Dynamic-FPS/pull/290) by @LostLuma) - Reported by @lyuwenhan in [Issue 289](https://github.com/juliand665/Dynamic-FPS/issues/289) - This might not work properly on Windows, but should not have any adverse effects. If it does please open a bug report! - Fix crash calculating GPU utilization while not rendering any frames ([PR 295](https://github.com/juliand665/Dynamic-FPS/pull/295) by @LostLuma) - Reported by Plasma-O in [Issue 288](https://github.com/juliand665/Dynamic-FPS/issues/288) - Fix options being set below their allowed bounds, generating warnings ([commit 39c9cb9e50](https://github.com/juliand665/Dynamic-FPS/commit/39c9cb9e50893c890fd1590ea9ba35399ebab61c) by @LostLuma) Note: As Cloth Config is not available for 26.1 it's not possible to configure Dynamic FPS from within Minecraft. Once Cloth Config is available a new Dynamic FPS version will be published which will include this functionality as per usual.
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
quilt
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.21.9 1.21.10
Завантажувачі / Платформи
quilt
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.21.9 1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.21.9 1.21.10
Завантажувачі / Платформи
fabric
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.21.6 1.21.7 1.21.8
Завантажувачі / Платформи
quilt
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.21.6 1.21.7 1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.21.6 1.21.7 1.21.8
Завантажувачі / Платформи
fabric
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
quilt
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
quilt
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
forge
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
quilt
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
quilt
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
quilt
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
forge
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
quilt
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.4 Release 29.01.2026

v3.11.4

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
fabric
Показати зміни
- Update Ukrainian Translation ([PR 285](https://github.com/juliand665/Dynamic-FPS/issues/285) by @StarmanMine142) - Revert a change to the mod initialization process which could hide errors caused elsewhere - Reported by @Danieltl21 in [Issue 284](https://github.com/juliand665/Dynamic-FPS/issues/284) - Fix minimal graphics override irreversibly changing some settings ([commit b7316de9b2](https://github.com/juliand665/Dynamic-FPS/commit/b7316de9b2d9a6ed65d23ebbbebeefe4f21a07a9) by @LostLuma) - Reported by @Fabian42 in [Issue 283](https://github.com/juliand665/Dynamic-FPS/issues/283)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
quilt
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.21.9 1.21.10
Завантажувачі / Платформи
quilt
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.21.9 1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.21.9 1.21.10
Завантажувачі / Платформи
fabric
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.21.6 1.21.7 1.21.8
Завантажувачі / Платформи
quilt
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.21.6 1.21.7 1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.21.6 1.21.7 1.21.8
Завантажувачі / Платформи
fabric
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
quilt
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
quilt
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
forge
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
quilt
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
quilt
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
quilt
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
forge
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
quilt
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.3 Release 03.01.2026

v3.11.3

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
fabric
Показати зміни
- Update Spanish Translations ([Issue 279](https://github.com/juliand665/Dynamic-FPS/issues/279) by @pilahito) - Fix battery charge display not accounting for multiple batteries ([commit c2c32379ea](https://github.com/juliand665/Dynamic-FPS/commit/c2c32379ea1fa02be8c4f607562b779412a942d4) by @LostLuma) - Fix the loading overlay fading to a black screen while inside a world ([PR 282](https://github.com/juliand665/Dynamic-FPS/pull/282) by @LostLuma) - Dynamic FPS skips rendering the world while resources are reloading, but did so too eagerly before - Update battery library to 2.0.0 ([commit a76cd4a069](https://github.com/juliand665/Dynamic-FPS/commit/a76cd4a069a14d6cc8cf9e0dc55d9a8ef1d03062) by @LostLuma) - There is now another error toast when enabling the feature fails ([commit 535fe9c2f8](https://github.com/juliand665/Dynamic-FPS/commit/535fe9c2f8b6385e5b145d71bcb044839af0b4b3) by @LostLuma)
3.11.2 Release 26.12.2025

v3.11.2

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
quilt
Показати зміни
- Fix changing graphics options on state change causing a crash - This is fixed by building the mod for 1.21.11, no codes changes were necessary
3.11.2 Release 26.12.2025

v3.11.2

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric
Показати зміни
- Fix changing graphics options on state change causing a crash - This is fixed by building the mod for 1.21.11, no codes changes were necessary
3.11.1 Release 09.12.2025

v3.11.1

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
neoforge
Показати зміни
- Fix NeoForge build not working ([commit 3c8dc8854f](https://github.com/juliand665/Dynamic-FPS/commit/3c8dc8854f8fce152e6e026cdc15cd1493237341) by @LostLuma)
3.11.0 Release 09.12.2025

v3.11.0

Підтримувані версії Minecraft
1.21.9 1.21.10 1.21.11
Завантажувачі / Платформи
quilt
Показати зміни
- Fix compatibility with Pause Music on Pause ([commit 6883d6ff6f](https://github.com/juliand665/Dynamic-FPS/commit/6883d6ff6f248066cd7501517fc919c967e8d379) by @LostLuma) - Fix mod initialization partially failing on NeoForge ([commit 48859fe7b8](https://github.com/juliand665/Dynamic-FPS/commit/48859fe7b89966821afe526899c6397c487cb8b4) by @LostLuma)
3.11.0 Release 09.12.2025

v3.11.0

Підтримувані версії Minecraft
1.21.9 1.21.10 1.21.11
Завантажувачі / Платформи
neoforge
Показати зміни
- Fix compatibility with Pause Music on Pause ([commit 6883d6ff6f](https://github.com/juliand665/Dynamic-FPS/commit/6883d6ff6f248066cd7501517fc919c967e8d379) by @LostLuma) - Fix mod initialization partially failing on NeoForge ([commit 48859fe7b8](https://github.com/juliand665/Dynamic-FPS/commit/48859fe7b89966821afe526899c6397c487cb8b4) by @LostLuma)
3.11.0 Release 09.12.2025

v3.11.0

Підтримувані версії Minecraft
1.21.9 1.21.10 1.21.11
Завантажувачі / Платформи
fabric
Показати зміни
- Fix compatibility with Pause Music on Pause ([commit 6883d6ff6f](https://github.com/juliand665/Dynamic-FPS/commit/6883d6ff6f248066cd7501517fc919c967e8d379) by @LostLuma) - Fix mod initialization partially failing on NeoForge ([commit 48859fe7b8](https://github.com/juliand665/Dynamic-FPS/commit/48859fe7b89966821afe526899c6397c487cb8b4) by @LostLuma)
3.11.0 Release 09.12.2025

v3.11.0

Підтримувані версії Minecraft
1.21.6 1.21.7 1.21.8
Завантажувачі / Платформи
quilt
Показати зміни
- Fix compatibility with Pause Music on Pause ([commit 6883d6ff6f](https://github.com/juliand665/Dynamic-FPS/commit/6883d6ff6f248066cd7501517fc919c967e8d379) by @LostLuma) - Fix mod initialization partially failing on NeoForge ([commit 48859fe7b8](https://github.com/juliand665/Dynamic-FPS/commit/48859fe7b89966821afe526899c6397c487cb8b4) by @LostLuma)
3.11.0 Release 09.12.2025

v3.11.0

Підтримувані версії Minecraft
1.21.6 1.21.7 1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
- Fix compatibility with Pause Music on Pause ([commit 6883d6ff6f](https://github.com/juliand665/Dynamic-FPS/commit/6883d6ff6f248066cd7501517fc919c967e8d379) by @LostLuma) - Fix mod initialization partially failing on NeoForge ([commit 48859fe7b8](https://github.com/juliand665/Dynamic-FPS/commit/48859fe7b89966821afe526899c6397c487cb8b4) by @LostLuma)
3.11.0 Release 09.12.2025

v3.11.0

Підтримувані версії Minecraft
1.21.6 1.21.7 1.21.8
Завантажувачі / Платформи
fabric
Показати зміни
- Fix compatibility with Pause Music on Pause ([commit 6883d6ff6f](https://github.com/juliand665/Dynamic-FPS/commit/6883d6ff6f248066cd7501517fc919c967e8d379) by @LostLuma) - Fix mod initialization partially failing on NeoForge ([commit 48859fe7b8](https://github.com/juliand665/Dynamic-FPS/commit/48859fe7b89966821afe526899c6397c487cb8b4) by @LostLuma)
3.10.1 Release 27.10.2025

v3.10.1

Підтримувані версії Minecraft
1.21.9 1.21.10
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese translation ([PR 274](https://github.com/juliand665/Dynamic-FPS/pull/274) by @godkyo98) - Update Ukranian translation ([PR 275](https://github.com/juliand665/Dynamic-FPS/pull/275) by @StarmanMine142)
3.10.1 Release 27.10.2025

v3.10.1

Підтримувані версії Minecraft
1.21.9 1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Vietnamese translation ([PR 274](https://github.com/juliand665/Dynamic-FPS/pull/274) by @godkyo98) - Update Ukranian translation ([PR 275](https://github.com/juliand665/Dynamic-FPS/pull/275) by @StarmanMine142)
3.10.1 Release 27.10.2025

v3.10.1

Підтримувані версії Minecraft
1.21.9 1.21.10
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese translation ([PR 274](https://github.com/juliand665/Dynamic-FPS/pull/274) by @godkyo98) - Update Ukranian translation ([PR 275](https://github.com/juliand665/Dynamic-FPS/pull/275) by @StarmanMine142)
3.10.0 Release 24.10.2025

v3.10.0

Підтримувані версії Minecraft
1.21.9 1.21.10
Завантажувачі / Платформи
quilt
Показати зміни
- Add option to show battery indicator while the debug overlay is open ([commit ede41cb492](https://github.com/juliand665/Dynamic-FPS/commit/ede41cb4929b8893b97aa0f0c27c376ebd01de2a) by @LostLuma) - Fix battery indicator not showing whilst one or more debug renderers are set to "always" ([commit ede41cb492](https://github.com/juliand665/Dynamic-FPS/commit/ede41cb4929b8893b97aa0f0c27c376ebd01de2a) by @LostLuma) - Update Dutch translation ([PR 273](https://github.com/juliand665/Dynamic-FPS/pull/273) by @stijnvdkolk)
3.10.0 Release 24.10.2025

v3.10.0

Підтримувані версії Minecraft
1.21.9 1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
- Add option to show battery indicator while the debug overlay is open ([commit ede41cb492](https://github.com/juliand665/Dynamic-FPS/commit/ede41cb4929b8893b97aa0f0c27c376ebd01de2a) by @LostLuma) - Fix battery indicator not showing whilst one or more debug renderers are set to "always" ([commit ede41cb492](https://github.com/juliand665/Dynamic-FPS/commit/ede41cb4929b8893b97aa0f0c27c376ebd01de2a) by @LostLuma) - Update Dutch translation ([PR 273](https://github.com/juliand665/Dynamic-FPS/pull/273) by @stijnvdkolk)
3.10.0 Release 24.10.2025

v3.10.0

Підтримувані версії Minecraft
1.21.9 1.21.10
Завантажувачі / Платформи
fabric
Показати зміни
- Add option to show battery indicator while the debug overlay is open ([commit ede41cb492](https://github.com/juliand665/Dynamic-FPS/commit/ede41cb4929b8893b97aa0f0c27c376ebd01de2a) by @LostLuma) - Fix battery indicator not showing whilst one or more debug renderers are set to "always" ([commit ede41cb492](https://github.com/juliand665/Dynamic-FPS/commit/ede41cb4929b8893b97aa0f0c27c376ebd01de2a) by @LostLuma) - Update Dutch translation ([PR 273](https://github.com/juliand665/Dynamic-FPS/pull/273) by @stijnvdkolk)
3.9.6 Release 10.10.2025

v3.9.6

Підтримувані версії Minecraft
1.21.9 1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Simplified and Traditional Chinese translation ([PR 261](https://github.com/juliand665/Dynamic-FPS/pull/261) by @AC19970) - Fix crash cancelling situational music when volume is overridden to zero ([commit 9f97903](https://github.com/juliand665/Dynamic-FPS/commit/9f97903b9be478b25a6cb4a4ca038a23463ca894) by @LostLuma)
3.9.6 Release 30.09.2025

v3.9.6

Підтримувані версії Minecraft
1.21.9 1.21.10
Завантажувачі / Платформи
quilt
Показати зміни
- Update Simplified and Traditional Chinese translation ([PR 261](https://github.com/juliand665/Dynamic-FPS/pull/261) by @AC19970) - Fix crash cancelling situational music when volume is overridden to zero ([commit 9f97903](https://github.com/juliand665/Dynamic-FPS/commit/9f97903b9be478b25a6cb4a4ca038a23463ca894) by @LostLuma)
3.9.6 Release 30.09.2025

v3.9.6

Підтримувані версії Minecraft
1.21.9 1.21.10
Завантажувачі / Платформи
fabric
Показати зміни
- Update Simplified and Traditional Chinese translation ([PR 261](https://github.com/juliand665/Dynamic-FPS/pull/261) by @AC19970) - Fix crash cancelling situational music when volume is overridden to zero ([commit 9f97903](https://github.com/juliand665/Dynamic-FPS/commit/9f97903b9be478b25a6cb4a4ca038a23463ca894) by @LostLuma)
3.9.6 Release 25.06.2025

v3.9.6

Підтримувані версії Minecraft
1.21.6 1.21.7-rc1 1.21.7-rc2 1.21.7 1.21.8-rc1 1.21.8
Завантажувачі / Платформи
quilt
Показати зміни
- Update Simplified and Traditional Chinese translation ([PR 261](https://github.com/juliand665/Dynamic-FPS/pull/261) by @AC19970) - Fix crash cancelling situational music when volume is overridden to zero ([commit 9f97903](https://github.com/juliand665/Dynamic-FPS/commit/9f97903b9be478b25a6cb4a4ca038a23463ca894) by @LostLuma)
3.9.6 Release 25.06.2025

v3.9.6

Підтримувані версії Minecraft
1.21.6 1.21.7-rc1 1.21.7-rc2 1.21.7 1.21.8-rc1 1.21.8
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Simplified and Traditional Chinese translation ([PR 261](https://github.com/juliand665/Dynamic-FPS/pull/261) by @AC19970) - Fix crash cancelling situational music when volume is overridden to zero ([commit 9f97903](https://github.com/juliand665/Dynamic-FPS/commit/9f97903b9be478b25a6cb4a4ca038a23463ca894) by @LostLuma)
3.9.6 Release 25.06.2025

v3.9.6

Підтримувані версії Minecraft
1.21.6 1.21.7-rc1 1.21.7-rc2 1.21.7 1.21.8-rc1 1.21.8
Завантажувачі / Платформи
fabric
Показати зміни
- Update Simplified and Traditional Chinese translation ([PR 261](https://github.com/juliand665/Dynamic-FPS/pull/261) by @AC19970) - Fix crash cancelling situational music when volume is overridden to zero ([commit 9f97903](https://github.com/juliand665/Dynamic-FPS/commit/9f97903b9be478b25a6cb4a4ca038a23463ca894) by @LostLuma)
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.21.6
Завантажувачі / Платформи
quilt
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.21.6
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.21.6
Завантажувачі / Платформи
fabric
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
quilt
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
quilt
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
forge
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
quilt
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
quilt
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
quilt
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
forge
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
quilt
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.5 Release 17.06.2025

v3.9.5

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
fabric
Показати зміни
- Update Simplified Chinese translation ([PR 259](https://github.com/juliand665/Dynamic-FPS/pull/259) by @Q2297045667) - Fix memory leak when running with MCA Reborn and Distant Horizons on Minecraft 1.20.4 and below
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.21.5 25w14craftmine 25w15a 25w16a 25w17a 25w18a 25w19a 25w20a
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.21.5 25w14craftmine 25w15a 25w16a 25w17a 25w18a 25w19a 25w20a
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
forge
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
forge
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.4 Release 06.05.2025

v3.9.4

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese Translation ([PR 254](https://github.com/juliand665/Dynamic-FPS/pull/254) by @godkyo98) - Update Brazilian Portuguese ([PR 258](https://github.com/juliand665/Dynamic-FPS/pull/258) by @kau19an)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.21.5 25w14craftmine 25w15a 25w16a 25w17a 25w18a
Завантажувачі / Платформи
quilt
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.21.5 25w14craftmine 25w15a 25w16a 25w17a 25w18a
Завантажувачі / Платформи
fabric
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
quilt
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
forge
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
quilt
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
quilt
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
quilt
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
forge
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
quilt
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.3 Release 12.04.2025

v3.9.3

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
fabric
Показати зміни
- Update Turkish Translation ([PR 252](https://github.com/juliand665/Dynamic-FPS/pull/252) by @EuropaYou) - Update Dutch Translation ([PR 253](https://github.com/juliand665/Dynamic-FPS/pull/253) by @stijnvdkolk)
3.9.2 Release 29.03.2025

v3.9.2

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
forge
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 26.03.2025

v3.9.2

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
neoforge
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.21.5 25w14craftmine 25w15a
Завантажувачі / Платформи
quilt
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.21.5 25w14craftmine 25w15a
Завантажувачі / Платформи
fabric
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
quilt
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
forge
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
quilt
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
quilt
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
forge
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
quilt
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
quilt
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
quilt
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
quilt
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
quilt
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
quilt
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
forge
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
quilt
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
fabric
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
quilt
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.2 Release 25.03.2025

v3.9.2

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
fabric
Показати зміни
- Fix `ConcurrentModificationException` updating sound volumes ([PR 251](https://github.com/juliand665/Dynamic-FPS/pull/251) by @LostLuma) - Fix a rare crash when a sound stops playing while Dynamic FPS is changing the volume
3.9.1 Release 11.03.2025

v3.9.1

Підтримувані версії Minecraft
1.21.5-pre1 1.21.5-pre2 1.21.5-pre3 1.21.5-rc1 1.21.5-rc2 1.21.5
Завантажувачі / Платформи
quilt
Показати зміни
- Fix no FPS limit being applied in menus with certain configurations ([PR 249](https://github.com/juliand665/Dynamic-FPS/pull/249) by @LostLuma)
3.9.1 Release 11.03.2025

v3.9.1

Підтримувані версії Minecraft
1.21.5-pre1 1.21.5-pre2 1.21.5-pre3 1.21.5-rc1 1.21.5-rc2 1.21.5
Завантажувачі / Платформи
fabric
Показати зміни
- Fix no FPS limit being applied in menus with certain configurations ([PR 249](https://github.com/juliand665/Dynamic-FPS/pull/249) by @LostLuma)
3.9.1 Release 07.03.2025

v3.9.1

Підтримувані версії Minecraft
25w09a 25w09b 25w10a
Завантажувачі / Платформи
quilt
Показати зміни
- Fix no FPS limit being applied in menus with certain configurations ([PR 249](https://github.com/juliand665/Dynamic-FPS/pull/249) by @LostLuma)
3.9.1 Release 07.03.2025

v3.9.1

Підтримувані версії Minecraft
25w09a 25w09b 25w10a
Завантажувачі / Платформи
fabric
Показати зміни
- Fix no FPS limit being applied in menus with certain configurations ([PR 249](https://github.com/juliand665/Dynamic-FPS/pull/249) by @LostLuma)
3.9.1 Release 07.03.2025

v3.9.1

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
quilt
Показати зміни
- Fix no FPS limit being applied in menus with certain configurations ([PR 249](https://github.com/juliand665/Dynamic-FPS/pull/249) by @LostLuma)
3.9.1 Release 07.03.2025

v3.9.1

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Fix no FPS limit being applied in menus with certain configurations ([PR 249](https://github.com/juliand665/Dynamic-FPS/pull/249) by @LostLuma)
3.9.1 Release 07.03.2025

v3.9.1

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
forge
Показати зміни
- Fix no FPS limit being applied in menus with certain configurations ([PR 249](https://github.com/juliand665/Dynamic-FPS/pull/249) by @LostLuma)
3.9.1 Release 07.03.2025

v3.9.1

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
- Fix no FPS limit being applied in menus with certain configurations ([PR 249](https://github.com/juliand665/Dynamic-FPS/pull/249) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
25w09a 25w09b 25w10a
Завантажувачі / Платформи
quilt
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
25w09a 25w09b 25w10a
Завантажувачі / Платформи
fabric
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
quilt
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
forge
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
quilt
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
quilt
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
forge
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
quilt
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
quilt
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
quilt
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
quilt
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
quilt
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
forge
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
quilt
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
quilt
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
fabric
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
quilt
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.9.0 Release 01.03.2025

v3.9.0

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
fabric
Показати зміни
- Allow customizing which battery level is considered critical ([PR 247](https://github.com/juliand665/Dynamic-FPS/pull/247) by @LostLuma)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4 25w08a
Завантажувачі / Платформи
quilt
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
forge
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4 25w08a
Завантажувачі / Платформи
fabric
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
quilt
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
quilt
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
forge
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
quilt
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
quilt
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
quilt
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
quilt
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
quilt
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
forge
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
quilt
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
quilt
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
fabric
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
quilt
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.8.0 Release 19.02.2025

v3.8.0

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
fabric
Показати зміни
- Add option to ignore mouse inputs while the window is unfocused ([PR 244](https://github.com/juliand665/Dynamic-FPS/pull/244) by @LostLuma) - Allows clicking on the game window without punching or using your current item - This option is disabled by default, and can be enabled in all situations or while in a world only - Organize options into collapsible groups on general options screen ([PR 242](https://github.com/juliand665/Dynamic-FPS/pull/242) by @LostLuma) - Fix stuttering while reducing the frame rate ([PR 241](https://github.com/juliand665/Dynamic-FPS/pull/241) by @LostLuma) - This is most noticeable when setting an FPS limit for the "On Battery" state while actively playing - Fix rendering being blocked initially enabling the battery feature ([PR 243](https://github.com/juliand665/Dynamic-FPS/pull/243) by @LostLuma) - Update German translations ([PR 238](https://github.com/juliand665/Dynamic-FPS/pull/238) by @Lucanoria) - Update Simplified Chinese translation ([PR 239](https://github.com/juliand665/Dynamic-FPS/pull/239) by @Q2297045667)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4 25w02a 25w03a 25w04a 25w05a 25w06a 25w07a 25w08a
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4 25w02a 25w03a 25w04a 25w05a 25w06a 25w07a 25w08a
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
forge
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
forge
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.7 Release 03.12.2024

v3.7.7

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese translation ([PR 234](https://github.com/juliand665/Dynamic-FPS/pull/234) by @notlin4)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.21.2 1.21.3 24w44a 24w45a 24w46a 1.21.4-pre1 1.21.4-pre2 1.21.4-pre3 1.21.4-rc1 1.21.4-rc2 1.21.4-rc3
Завантажувачі / Платформи
quilt
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.21.2 1.21.3
Завантажувачі / Платформи
neoforge
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.21.2 1.21.3
Завантажувачі / Платформи
forge
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.21.2 1.21.3 24w44a 24w45a 24w46a 1.21.4-pre1 1.21.4-pre2 1.21.4-pre3 1.21.4-rc1 1.21.4-rc2 1.21.4-rc3
Завантажувачі / Платформи
fabric
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
quilt
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
quilt
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
forge
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
quilt
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
quilt
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
quilt
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
quilt
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
quilt
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
quilt
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
forge
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
quilt
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
fabric
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
quilt
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.6 Release 30.10.2024

v3.7.6

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
fabric
Показати зміни
- Fix toast textures not resolving ([commit 5c4ef9](https://github.com/juliand665/Dynamic-FPS/commit/5c4ef924a5e324c35bf07a3f130f63361e5e794e) by @LostLuma) - Toast rendering issues for versions before 1.21.2 were also resolved - Improve error messaging around battery features ([PR 232](https://github.com/juliand665/Dynamic-FPS/pull/232) by @LostLuma)
3.7.5 Release 24.10.2024

v3.7.5

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
- Fix crash selecting Dynamic FPS in the Forge config screen on Minecraft 1.19.0 - 1.19.2
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.21.2 1.21.3
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.21.2 1.21.3
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.21.2 1.21.3
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
forge
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
forge
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.4 Release 22.10.2024

v3.7.4

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese Translation ([PR 226](https://github.com/juliand665/Dynamic-FPS/pull/226) by @yichifauzi) - Update italian Translation ([PR 228](https://github.com/juliand665/Dynamic-FPS/pull/228) by @TheBossMagnus) - Update battery library to version 1.2.0 ([commit d99da6](https://github.com/juliand665/Dynamic-FPS/commit/d99da60dace79425fa4aca259dcd55275cad3685) by @LostLuma)
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
24w33a 24w34a 24w35a 24w36a 24w37a 24w38a 24w39a 24w40a 1.21.2-pre1 1.21.2-pre2 1.21.2-pre3 1.21.2-pre4 1.21.2-pre5 1.21.2-rc1 1.21.2-rc2
Завантажувачі / Платформи
quilt
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
24w33a 24w34a 24w35a 24w36a 24w37a 24w38a 24w39a 24w40a 1.21.2-pre1 1.21.2-pre2 1.21.2-pre3 1.21.2-pre4 1.21.2-pre5 1.21.2-rc1 1.21.2-rc2
Завантажувачі / Платформи
fabric
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
quilt
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
quilt
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
forge
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
quilt
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
quilt
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
quilt
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
quilt
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
quilt
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
quilt
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
forge
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
quilt
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
fabric
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
quilt
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.3 Release 21.09.2024

v3.7.3

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
fabric
Показати зміни
- Revert the fix for rare crashes when modifying sound volumes ([Commit 4829e3](https://github.com/juliand665/Dynamic-FPS/commit/4829e3ffed765b0b714d8d4e8af301c038697d2e) by @LostLuma) - Sadly this only caused more issues, so it'll have to be fixed in the mod causing it once that's identified
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
24w33a 24w34a 24w35a 24w36a 24w37a 24w38a
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
24w33a 24w34a 24w35a 24w36a 24w37a 24w38a
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
forge
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
forge
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.2 Release 20.09.2024

v3.7.2

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese translation ([PR 219](https://github.com/juliand665/Dynamic-FPS/pull/219) by @godkyo98) - Fix crash modifying sound volumes with certain mod combinations ([PR 221](https://github.com/juliand665/Dynamic-FPS/pull/221) by @LostLuma) - Fix runtime modified graphics settings potentially being saved ([PR 222](https://github.com/juliand665/Dynamic-FPS/pull/222) by @LostLuma) - Fix idle condition tooltips not being shown ([Commit fcd5a8](https://github.com/juliand665/Dynamic-FPS/commit/fcd5a8bfa07224dcb0feb0d542727a66e5b50424) by @LostLuma)
3.7.1 Release 08.09.2024

v3.7.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese translation ([PR 216](https://github.com/juliand665/Dynamic-FPS/pull/216) by @yichifauzi) - Update Turkish Translation ([PR 217](https://github.com/juliand665/Dynamic-FPS/pull/217) by @EuropaYou) - Fix crash rendering HUD elements on 1.20.0 and 1.20.1 (by @LostLuma)
3.7.1 Release 08.09.2024

v3.7.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
forge
Показати зміни
- Update Traditional Chinese translation ([PR 216](https://github.com/juliand665/Dynamic-FPS/pull/216) by @yichifauzi) - Update Turkish Translation ([PR 217](https://github.com/juliand665/Dynamic-FPS/pull/217) by @EuropaYou) - Fix crash rendering HUD elements on 1.20.0 and 1.20.1 (by @LostLuma)
3.7.1 Release 08.09.2024

v3.7.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese translation ([PR 216](https://github.com/juliand665/Dynamic-FPS/pull/216) by @yichifauzi) - Update Turkish Translation ([PR 217](https://github.com/juliand665/Dynamic-FPS/pull/217) by @EuropaYou) - Fix crash rendering HUD elements on 1.20.0 and 1.20.1 (by @LostLuma)
3.7.0 Release 22.08.2024

v3.7.0

Підтримувані версії Minecraft
24w33a 24w34a 24w35a 24w36a 24w37a 24w38a
Завантажувачі / Платформи
quilt
Показати зміни
- Add new default "Vanilla" idle condition ([commit 9e40c5](https://github.com/juliand665/Dynamic-FPS/commit/9e40c51329df8a4387bb332bd1011172381db930) by @LostLuma) - This is exclusive to Minecraft 1.21.2 and above - Use this setting to use Minecraft's new built-in progressive idle mode - Switching to one of the other existing idle conditions will disable all vanilla idle-related code - Update Traditional Chinese translation ([PR 215](https://github.com/juliand665/Dynamic-FPS/pull/215) by @yichifauzi and @notlin4)
3.7.0 Release 22.08.2024

v3.7.0

Підтримувані версії Minecraft
24w33a 24w34a 24w35a 24w36a 24w37a 24w38a
Завантажувачі / Платформи
fabric
Показати зміни
- Add new default "Vanilla" idle condition ([commit 9e40c5](https://github.com/juliand665/Dynamic-FPS/commit/9e40c51329df8a4387bb332bd1011172381db930) by @LostLuma) - This is exclusive to Minecraft 1.21.2 and above - Use this setting to use Minecraft's new built-in progressive idle mode - Switching to one of the other existing idle conditions will disable all vanilla idle-related code - Update Traditional Chinese translation ([PR 215](https://github.com/juliand665/Dynamic-FPS/pull/215) by @yichifauzi and @notlin4)
3.6.4 Release 13.08.2024

v3.6.4

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
forge
Показати зміни
- Fix crash opening the config screen on NeoForge ([commit 7a2425](https://github.com/juliand665/Dynamic-FPS/commit/7a24257b9c5086c5e449ac5d8a681b1d1e86115d) by @LostLuma)
3.6.4 Release 13.08.2024

v3.6.4

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
forge
Показати зміни
- Fix crash opening the config screen on NeoForge ([commit 7a2425](https://github.com/juliand665/Dynamic-FPS/commit/7a24257b9c5086c5e449ac5d8a681b1d1e86115d) by @LostLuma)
3.6.4 Release 29.07.2024

v3.6.4

Підтримувані версії Minecraft
1.21 1.21.1
Завантажувачі / Платформи
neoforge
Показати зміни
- Fix crash opening the config screen on NeoForge ([commit 7a2425](https://github.com/juliand665/Dynamic-FPS/commit/7a24257b9c5086c5e449ac5d8a681b1d1e86115d) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.21 1.21.1-rc1 1.21.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.21 1.21.1-rc1 1.21.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
quilt
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
quilt
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
quilt
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
quilt
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
forge
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
quilt
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
fabric
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
quilt
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.3 Release 28.07.2024

v3.6.3

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
fabric
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - Share more code between Fabric and Quilt versions of the mod ([commit [7ba399](https://github.com/juliand665/Dynamic-FPS/commit/7ba399a2b2a8cbfb365bb544fd45c1a3cf08ffde) by @LostLuma)
3.6.2 Release 23.07.2024

v3.6.2

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
quilt
Показати зміни
- Update Italian Translation ([PR 210](https://github.com/juliand665/Dynamic-FPS/pull/210) by @TheBossMagnus) - This will be in a future release for other platforms / Minecraft versions - Fix battery library not being included on Quilt for 1.21.0 ([commit 408a46](https://github.com/juliand665/Dynamic-FPS/commit/408a46bb5186e1f81aa4c9d70562593d55c3bb62) by @LostLuma)
3.6.1 Release 23.07.2024

v3.6.1

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese Translation ([PR 208](https://github.com/juliand665/Dynamic-FPS/pull/208) by @notlin4) - Fix warning on startup due to invalid resource naming ([PR 209](https://github.com/juliand665/Dynamic-FPS/pull/209) by @LostLuma) - Fix no config file being created on first startup ([commit bfa3d2](https://github.com/juliand665/Dynamic-FPS/commit/bfa3d29d51c32f60d070c4835f616dfb1cac1774) by @LostLuma)
3.6.1 Release 23.07.2024

v3.6.1

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Traditional Chinese Translation ([PR 208](https://github.com/juliand665/Dynamic-FPS/pull/208) by @notlin4) - Fix warning on startup due to invalid resource naming ([PR 209](https://github.com/juliand665/Dynamic-FPS/pull/209) by @LostLuma) - Fix no config file being created on first startup ([commit bfa3d2](https://github.com/juliand665/Dynamic-FPS/commit/bfa3d29d51c32f60d070c4835f616dfb1cac1774) by @LostLuma)
3.6.1 Release 23.07.2024

v3.6.1

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese Translation ([PR 208](https://github.com/juliand665/Dynamic-FPS/pull/208) by @notlin4) - Fix warning on startup due to invalid resource naming ([PR 209](https://github.com/juliand665/Dynamic-FPS/pull/209) by @LostLuma) - Fix no config file being created on first startup ([commit bfa3d2](https://github.com/juliand665/Dynamic-FPS/commit/bfa3d29d51c32f60d070c4835f616dfb1cac1774) by @LostLuma)
3.6.1 Release 23.07.2024

v3.6.1

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Traditional Chinese Translation ([PR 208](https://github.com/juliand665/Dynamic-FPS/pull/208) by @notlin4) - Fix warning on startup due to invalid resource naming ([PR 209](https://github.com/juliand665/Dynamic-FPS/pull/209) by @LostLuma) - Fix no config file being created on first startup ([commit bfa3d2](https://github.com/juliand665/Dynamic-FPS/commit/bfa3d29d51c32f60d070c4835f616dfb1cac1774) by @LostLuma)
3.6.1 Release 23.07.2024

v3.6.1

Підтримувані версії Minecraft
1.20.5 1.20.6-rc1 1.20.6
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Update Traditional Chinese Translation ([PR 208](https://github.com/juliand665/Dynamic-FPS/pull/208) by @notlin4) - Fix warning on startup due to invalid resource naming ([PR 209](https://github.com/juliand665/Dynamic-FPS/pull/209) by @LostLuma) - Fix no config file being created on first startup ([commit bfa3d2](https://github.com/juliand665/Dynamic-FPS/commit/bfa3d29d51c32f60d070c4835f616dfb1cac1774) by @LostLuma)
3.6.1 Release 23.07.2024

v3.6.1

Підтримувані версії Minecraft
1.20 1.20.1-rc1 1.20.1 23w31a 23w32a 23w33a 23w35a 1.20.2-pre1 1.20.2-pre2 1.20.2-pre3 1.20.2-pre4 1.20.2-rc1 1.20.2-rc2 1.20.2 23w40a 23w41a 23w42a 23w43a 23w43b 23w44a 23w45a 23w46a 1.20.3-pre1 1.20.3-pre2 1.20.3-pre3 1.20.3-pre4 1.20.3-rc1 1.20.3 1.20.4-rc1 1.20.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese Translation ([PR 208](https://github.com/juliand665/Dynamic-FPS/pull/208) by @notlin4) - Fix warning on startup due to invalid resource naming ([PR 209](https://github.com/juliand665/Dynamic-FPS/pull/209) by @LostLuma) - Fix no config file being created on first startup ([commit bfa3d2](https://github.com/juliand665/Dynamic-FPS/commit/bfa3d29d51c32f60d070c4835f616dfb1cac1774) by @LostLuma)
3.6.1 Release 23.07.2024

v3.6.1

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Traditional Chinese Translation ([PR 208](https://github.com/juliand665/Dynamic-FPS/pull/208) by @notlin4) - Fix warning on startup due to invalid resource naming ([PR 209](https://github.com/juliand665/Dynamic-FPS/pull/209) by @LostLuma) - Fix no config file being created on first startup ([commit bfa3d2](https://github.com/juliand665/Dynamic-FPS/commit/bfa3d29d51c32f60d070c4835f616dfb1cac1774) by @LostLuma)
3.6.1 Release 23.07.2024

v3.6.1

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Traditional Chinese Translation ([PR 208](https://github.com/juliand665/Dynamic-FPS/pull/208) by @notlin4) - Fix warning on startup due to invalid resource naming ([PR 209](https://github.com/juliand665/Dynamic-FPS/pull/209) by @LostLuma) - Fix no config file being created on first startup ([commit bfa3d2](https://github.com/juliand665/Dynamic-FPS/commit/bfa3d29d51c32f60d070c4835f616dfb1cac1774) by @LostLuma)
3.6.1 Release 23.07.2024

v3.6.1

Підтримувані версії Minecraft
1.20 1.20.1-rc1 1.20.1 23w31a 23w32a 23w33a 23w35a 1.20.2-pre1 1.20.2-pre2 1.20.2-pre3 1.20.2-pre4 1.20.2-rc1 1.20.2-rc2 1.20.2 23w40a 23w41a 23w42a 23w43a 23w43b 23w44a 23w45a 23w46a 1.20.3-pre1 1.20.3-pre2 1.20.3-pre3 1.20.3-pre4 1.20.3-rc1 1.20.3 1.20.4-rc1 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese Translation ([PR 208](https://github.com/juliand665/Dynamic-FPS/pull/208) by @notlin4) - Fix warning on startup due to invalid resource naming ([PR 209](https://github.com/juliand665/Dynamic-FPS/pull/209) by @LostLuma) - Fix no config file being created on first startup ([commit bfa3d2](https://github.com/juliand665/Dynamic-FPS/commit/bfa3d29d51c32f60d070c4835f616dfb1cac1774) by @LostLuma)
3.6.1 Release 23.07.2024

v3.6.1

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese Translation ([PR 208](https://github.com/juliand665/Dynamic-FPS/pull/208) by @notlin4) - Fix warning on startup due to invalid resource naming ([PR 209](https://github.com/juliand665/Dynamic-FPS/pull/209) by @LostLuma) - Fix no config file being created on first startup ([commit bfa3d2](https://github.com/juliand665/Dynamic-FPS/commit/bfa3d29d51c32f60d070c4835f616dfb1cac1774) by @LostLuma)
3.6.1 Release 23.07.2024

v3.6.1

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Traditional Chinese Translation ([PR 208](https://github.com/juliand665/Dynamic-FPS/pull/208) by @notlin4) - Fix warning on startup due to invalid resource naming ([PR 209](https://github.com/juliand665/Dynamic-FPS/pull/209) by @LostLuma) - Fix no config file being created on first startup ([commit bfa3d2](https://github.com/juliand665/Dynamic-FPS/commit/bfa3d29d51c32f60d070c4835f616dfb1cac1774) by @LostLuma)
3.6.1 Release 23.07.2024

v3.6.1

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese Translation ([PR 208](https://github.com/juliand665/Dynamic-FPS/pull/208) by @notlin4) - Fix warning on startup due to invalid resource naming ([PR 209](https://github.com/juliand665/Dynamic-FPS/pull/209) by @LostLuma) - Fix no config file being created on first startup ([commit bfa3d2](https://github.com/juliand665/Dynamic-FPS/commit/bfa3d29d51c32f60d070c4835f616dfb1cac1774) by @LostLuma)
3.6.1 Release 23.07.2024

v3.6.1

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese Translation ([PR 208](https://github.com/juliand665/Dynamic-FPS/pull/208) by @notlin4) - Fix warning on startup due to invalid resource naming ([PR 209](https://github.com/juliand665/Dynamic-FPS/pull/209) by @LostLuma) - Fix no config file being created on first startup ([commit bfa3d2](https://github.com/juliand665/Dynamic-FPS/commit/bfa3d29d51c32f60d070c4835f616dfb1cac1774) by @LostLuma)
3.6.1 Release 23.07.2024

v3.6.1

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
- Update Traditional Chinese Translation ([PR 208](https://github.com/juliand665/Dynamic-FPS/pull/208) by @notlin4) - Fix warning on startup due to invalid resource naming ([PR 209](https://github.com/juliand665/Dynamic-FPS/pull/209) by @LostLuma) - Fix no config file being created on first startup ([commit bfa3d2](https://github.com/juliand665/Dynamic-FPS/commit/bfa3d29d51c32f60d070c4835f616dfb1cac1774) by @LostLuma)
3.6.1 Release 23.07.2024

v3.6.1

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese Translation ([PR 208](https://github.com/juliand665/Dynamic-FPS/pull/208) by @notlin4) - Fix warning on startup due to invalid resource naming ([PR 209](https://github.com/juliand665/Dynamic-FPS/pull/209) by @LostLuma) - Fix no config file being created on first startup ([commit bfa3d2](https://github.com/juliand665/Dynamic-FPS/commit/bfa3d29d51c32f60d070c4835f616dfb1cac1774) by @LostLuma)
3.6.1 Release 23.07.2024

v3.6.1

Підтримувані версії Minecraft
1.19 22w24a 1.19.1-pre1 1.19.1-rc1 1.19.1-pre2 1.19.1-pre3 1.19.1-pre4 1.19.1-pre5 1.19.1-pre6 1.19.1-rc2 1.19.1-rc3 1.19.1 1.19.2-rc1 1.19.2-rc2 1.19.2
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese Translation ([PR 208](https://github.com/juliand665/Dynamic-FPS/pull/208) by @notlin4) - Fix warning on startup due to invalid resource naming ([PR 209](https://github.com/juliand665/Dynamic-FPS/pull/209) by @LostLuma) - Fix no config file being created on first startup ([commit bfa3d2](https://github.com/juliand665/Dynamic-FPS/commit/bfa3d29d51c32f60d070c4835f616dfb1cac1774) by @LostLuma)
3.6.1 Release 23.07.2024

v3.6.1

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
- Update Traditional Chinese Translation ([PR 208](https://github.com/juliand665/Dynamic-FPS/pull/208) by @notlin4) - Fix warning on startup due to invalid resource naming ([PR 209](https://github.com/juliand665/Dynamic-FPS/pull/209) by @LostLuma) - Fix no config file being created on first startup ([commit bfa3d2](https://github.com/juliand665/Dynamic-FPS/commit/bfa3d29d51c32f60d070c4835f616dfb1cac1774) by @LostLuma)
3.6.1 Release 23.07.2024

v3.6.1

Підтримувані версії Minecraft
1.19 22w24a 1.19.1-pre1 1.19.1-rc1 1.19.1-pre2 1.19.1-pre3 1.19.1-pre4 1.19.1-pre5 1.19.1-pre6 1.19.1-rc2 1.19.1-rc3 1.19.1 1.19.2-rc1 1.19.2-rc2 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese Translation ([PR 208](https://github.com/juliand665/Dynamic-FPS/pull/208) by @notlin4) - Fix warning on startup due to invalid resource naming ([PR 209](https://github.com/juliand665/Dynamic-FPS/pull/209) by @LostLuma) - Fix no config file being created on first startup ([commit bfa3d2](https://github.com/juliand665/Dynamic-FPS/commit/bfa3d29d51c32f60d070c4835f616dfb1cac1774) by @LostLuma)
3.6.1 Release 23.07.2024

v3.6.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
quilt
Показати зміни
- Update Traditional Chinese Translation ([PR 208](https://github.com/juliand665/Dynamic-FPS/pull/208) by @notlin4) - Fix warning on startup due to invalid resource naming ([PR 209](https://github.com/juliand665/Dynamic-FPS/pull/209) by @LostLuma) - Fix no config file being created on first startup ([commit bfa3d2](https://github.com/juliand665/Dynamic-FPS/commit/bfa3d29d51c32f60d070c4835f616dfb1cac1774) by @LostLuma)
3.6.1 Release 23.07.2024

v3.6.1

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
forge
Показати зміни
- Update Traditional Chinese Translation ([PR 208](https://github.com/juliand665/Dynamic-FPS/pull/208) by @notlin4) - Fix warning on startup due to invalid resource naming ([PR 209](https://github.com/juliand665/Dynamic-FPS/pull/209) by @LostLuma) - Fix no config file being created on first startup ([commit bfa3d2](https://github.com/juliand665/Dynamic-FPS/commit/bfa3d29d51c32f60d070c4835f616dfb1cac1774) by @LostLuma)
3.6.1 Release 23.07.2024

v3.6.1

Підтримувані версії Minecraft
1.18 1.18.1-pre1 1.18.1-rc1 1.18.1-rc2 1.18.1-rc3 1.18.1 22w03a 22w05a 22w06a 22w07a 1.18.2-pre1 1.18.2-pre2 1.18.2-pre3 1.18.2-rc1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update Traditional Chinese Translation ([PR 208](https://github.com/juliand665/Dynamic-FPS/pull/208) by @notlin4) - Fix warning on startup due to invalid resource naming ([PR 209](https://github.com/juliand665/Dynamic-FPS/pull/209) by @LostLuma) - Fix no config file being created on first startup ([commit bfa3d2](https://github.com/juliand665/Dynamic-FPS/commit/bfa3d29d51c32f60d070c4835f616dfb1cac1774) by @LostLuma)
3.6.1 Release 23.07.2024

v3.6.1

Підтримувані версії Minecraft
1.17 1.17.1-pre1 1.17.1-pre2 1.17.1-pre3 1.17.1-rc1 1.17.1-rc2 1.17.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Update Traditional Chinese Translation ([PR 208](https://github.com/juliand665/Dynamic-FPS/pull/208) by @notlin4) - Fix warning on startup due to invalid resource naming ([PR 209](https://github.com/juliand665/Dynamic-FPS/pull/209) by @LostLuma) - Fix no config file being created on first startup ([commit bfa3d2](https://github.com/juliand665/Dynamic-FPS/commit/bfa3d29d51c32f60d070c4835f616dfb1cac1774) by @LostLuma)
3.6.1 Release 23.07.2024

v3.6.1

Підтримувані версії Minecraft
1.16.4 20w45a 20w46a 20w48a 20w49a 20w51a 1.16.5-rc1 1.16.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Update Traditional Chinese Translation ([PR 208](https://github.com/juliand665/Dynamic-FPS/pull/208) by @notlin4) - Fix warning on startup due to invalid resource naming ([PR 209](https://github.com/juliand665/Dynamic-FPS/pull/209) by @LostLuma) - Fix no config file being created on first startup ([commit bfa3d2](https://github.com/juliand665/Dynamic-FPS/commit/bfa3d29d51c32f60d070c4835f616dfb1cac1774) by @LostLuma)
3.6.0 Release 30.06.2024

v3.6.0

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
- Add option to enable or disable vsync when switching states ([PR 205](https://github.com/juliand665/Dynamic-FPS/pull/205) by @LostLuma) - Fix config loading potentially crashing due to using the system locale during conversions ([commit d66ac](https://github.com/juliand665/Dynamic-FPS/commit/d66acaf31b88ca9ebbb9c5dc0be99f2003f5ff20) by @LostLuma)
3.6.0 Release 30.06.2024

v3.6.0

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
- Add option to enable or disable vsync when switching states ([PR 205](https://github.com/juliand665/Dynamic-FPS/pull/205) by @LostLuma) - Fix config loading potentially crashing due to using the system locale during conversions ([commit d66ac](https://github.com/juliand665/Dynamic-FPS/commit/d66acaf31b88ca9ebbb9c5dc0be99f2003f5ff20) by @LostLuma)
3.6.0 Release 30.06.2024

v3.6.0

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
- Add option to enable or disable vsync when switching states ([PR 205](https://github.com/juliand665/Dynamic-FPS/pull/205) by @LostLuma) - Fix config loading potentially crashing due to using the system locale during conversions ([commit d66ac](https://github.com/juliand665/Dynamic-FPS/commit/d66acaf31b88ca9ebbb9c5dc0be99f2003f5ff20) by @LostLuma)
3.6.0 Release 30.06.2024

v3.6.0

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric
Показати зміни
- Add option to enable or disable vsync when switching states ([PR 205](https://github.com/juliand665/Dynamic-FPS/pull/205) by @LostLuma) - Fix config loading potentially crashing due to using the system locale during conversions ([commit d66ac](https://github.com/juliand665/Dynamic-FPS/commit/d66acaf31b88ca9ebbb9c5dc0be99f2003f5ff20) by @LostLuma)
3.6.0 Release 30.06.2024

v3.6.0

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Add option to enable or disable vsync when switching states ([PR 205](https://github.com/juliand665/Dynamic-FPS/pull/205) by @LostLuma) - Fix config loading potentially crashing due to using the system locale during conversions ([commit d66ac](https://github.com/juliand665/Dynamic-FPS/commit/d66acaf31b88ca9ebbb9c5dc0be99f2003f5ff20) by @LostLuma)
3.6.0 Release 30.06.2024

v3.6.0

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
quilt
Показати зміни
- Add option to enable or disable vsync when switching states ([PR 205](https://github.com/juliand665/Dynamic-FPS/pull/205) by @LostLuma) - Fix config loading potentially crashing due to using the system locale during conversions ([commit d66ac](https://github.com/juliand665/Dynamic-FPS/commit/d66acaf31b88ca9ebbb9c5dc0be99f2003f5ff20) by @LostLuma)
3.6.0 Release 30.06.2024

v3.6.0

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
- Add option to enable or disable vsync when switching states ([PR 205](https://github.com/juliand665/Dynamic-FPS/pull/205) by @LostLuma) - Fix config loading potentially crashing due to using the system locale during conversions ([commit d66ac](https://github.com/juliand665/Dynamic-FPS/commit/d66acaf31b88ca9ebbb9c5dc0be99f2003f5ff20) by @LostLuma)
3.6.0 Release 30.06.2024

v3.6.0

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Add option to enable or disable vsync when switching states ([PR 205](https://github.com/juliand665/Dynamic-FPS/pull/205) by @LostLuma) - Fix config loading potentially crashing due to using the system locale during conversions ([commit d66ac](https://github.com/juliand665/Dynamic-FPS/commit/d66acaf31b88ca9ebbb9c5dc0be99f2003f5ff20) by @LostLuma)
3.6.0 Release 30.06.2024

v3.6.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
quilt
Показати зміни
- Add option to enable or disable vsync when switching states ([PR 205](https://github.com/juliand665/Dynamic-FPS/pull/205) by @LostLuma) - Fix config loading potentially crashing due to using the system locale during conversions ([commit d66ac](https://github.com/juliand665/Dynamic-FPS/commit/d66acaf31b88ca9ebbb9c5dc0be99f2003f5ff20) by @LostLuma)
3.6.0 Release 30.06.2024

v3.6.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
- Add option to enable or disable vsync when switching states ([PR 205](https://github.com/juliand665/Dynamic-FPS/pull/205) by @LostLuma) - Fix config loading potentially crashing due to using the system locale during conversions ([commit d66ac](https://github.com/juliand665/Dynamic-FPS/commit/d66acaf31b88ca9ebbb9c5dc0be99f2003f5ff20) by @LostLuma)
3.6.0 Release 30.06.2024

v3.6.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Add option to enable or disable vsync when switching states ([PR 205](https://github.com/juliand665/Dynamic-FPS/pull/205) by @LostLuma) - Fix config loading potentially crashing due to using the system locale during conversions ([commit d66ac](https://github.com/juliand665/Dynamic-FPS/commit/d66acaf31b88ca9ebbb9c5dc0be99f2003f5ff20) by @LostLuma)
3.6.0 Release 30.06.2024

v3.6.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
quilt
Показати зміни
- Add option to enable or disable vsync when switching states ([PR 205](https://github.com/juliand665/Dynamic-FPS/pull/205) by @LostLuma) - Fix config loading potentially crashing due to using the system locale during conversions ([commit d66ac](https://github.com/juliand665/Dynamic-FPS/commit/d66acaf31b88ca9ebbb9c5dc0be99f2003f5ff20) by @LostLuma)
3.6.0 Release 30.06.2024

v3.6.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
- Add option to enable or disable vsync when switching states ([PR 205](https://github.com/juliand665/Dynamic-FPS/pull/205) by @LostLuma) - Fix config loading potentially crashing due to using the system locale during conversions ([commit d66ac](https://github.com/juliand665/Dynamic-FPS/commit/d66acaf31b88ca9ebbb9c5dc0be99f2003f5ff20) by @LostLuma)
3.6.0 Release 30.06.2024

v3.6.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric
Показати зміни
- Add option to enable or disable vsync when switching states ([PR 205](https://github.com/juliand665/Dynamic-FPS/pull/205) by @LostLuma) - Fix config loading potentially crashing due to using the system locale during conversions ([commit d66ac](https://github.com/juliand665/Dynamic-FPS/commit/d66acaf31b88ca9ebbb9c5dc0be99f2003f5ff20) by @LostLuma)
3.6.0 Release 30.06.2024

v3.6.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
quilt
Показати зміни
- Add option to enable or disable vsync when switching states ([PR 205](https://github.com/juliand665/Dynamic-FPS/pull/205) by @LostLuma) - Fix config loading potentially crashing due to using the system locale during conversions ([commit d66ac](https://github.com/juliand665/Dynamic-FPS/commit/d66acaf31b88ca9ebbb9c5dc0be99f2003f5ff20) by @LostLuma)
3.6.0 Release 30.06.2024

v3.6.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
- Add option to enable or disable vsync when switching states ([PR 205](https://github.com/juliand665/Dynamic-FPS/pull/205) by @LostLuma) - Fix config loading potentially crashing due to using the system locale during conversions ([commit d66ac](https://github.com/juliand665/Dynamic-FPS/commit/d66acaf31b88ca9ebbb9c5dc0be99f2003f5ff20) by @LostLuma)
3.6.0 Release 30.06.2024

v3.6.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
- Add option to enable or disable vsync when switching states ([PR 205](https://github.com/juliand665/Dynamic-FPS/pull/205) by @LostLuma) - Fix config loading potentially crashing due to using the system locale during conversions ([commit d66ac](https://github.com/juliand665/Dynamic-FPS/commit/d66acaf31b88ca9ebbb9c5dc0be99f2003f5ff20) by @LostLuma)
3.6.0 Release 30.06.2024

v3.6.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
quilt
Показати зміни
- Add option to enable or disable vsync when switching states ([PR 205](https://github.com/juliand665/Dynamic-FPS/pull/205) by @LostLuma) - Fix config loading potentially crashing due to using the system locale during conversions ([commit d66ac](https://github.com/juliand665/Dynamic-FPS/commit/d66acaf31b88ca9ebbb9c5dc0be99f2003f5ff20) by @LostLuma)
3.6.0 Release 30.06.2024

v3.6.0

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
forge
Показати зміни
- Add option to enable or disable vsync when switching states ([PR 205](https://github.com/juliand665/Dynamic-FPS/pull/205) by @LostLuma) - Fix config loading potentially crashing due to using the system locale during conversions ([commit d66ac](https://github.com/juliand665/Dynamic-FPS/commit/d66acaf31b88ca9ebbb9c5dc0be99f2003f5ff20) by @LostLuma)
3.6.0 Release 30.06.2024

v3.6.0

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
- Add option to enable or disable vsync when switching states ([PR 205](https://github.com/juliand665/Dynamic-FPS/pull/205) by @LostLuma) - Fix config loading potentially crashing due to using the system locale during conversions ([commit d66ac](https://github.com/juliand665/Dynamic-FPS/commit/d66acaf31b88ca9ebbb9c5dc0be99f2003f5ff20) by @LostLuma)
3.6.0 Release 30.06.2024

v3.6.0

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Add option to enable or disable vsync when switching states ([PR 205](https://github.com/juliand665/Dynamic-FPS/pull/205) by @LostLuma) - Fix config loading potentially crashing due to using the system locale during conversions ([commit d66ac](https://github.com/juliand665/Dynamic-FPS/commit/d66acaf31b88ca9ebbb9c5dc0be99f2003f5ff20) by @LostLuma)
3.6.0 Release 30.06.2024

v3.6.0

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Add option to enable or disable vsync when switching states ([PR 205](https://github.com/juliand665/Dynamic-FPS/pull/205) by @LostLuma) - Fix config loading potentially crashing due to using the system locale during conversions ([commit d66ac](https://github.com/juliand665/Dynamic-FPS/commit/d66acaf31b88ca9ebbb9c5dc0be99f2003f5ff20) by @LostLuma)
3.5.1 Release 28.06.2024

v3.5.1

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Vietnamese translation ([PR 201](https://github.com/juliand665/Dynamic-FPS/pull/201) by @godkyo98) - Fix crash when saving config on 1.20.1 ([commit 3bfa1b](https://github.com/juliand665/Dynamic-FPS/commit/3bfa1b35747b5e41c9f68bf4a8b7709a53f26fca) by @LostLuma)
3.5.1 Release 28.06.2024

v3.5.1

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese translation ([PR 201](https://github.com/juliand665/Dynamic-FPS/pull/201) by @godkyo98) - Fix crash when saving config on 1.20.1 ([commit 3bfa1b](https://github.com/juliand665/Dynamic-FPS/commit/3bfa1b35747b5e41c9f68bf4a8b7709a53f26fca) by @LostLuma)
3.5.1 Release 28.06.2024

v3.5.1

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Vietnamese translation ([PR 201](https://github.com/juliand665/Dynamic-FPS/pull/201) by @godkyo98) - Fix crash when saving config on 1.20.1 ([commit 3bfa1b](https://github.com/juliand665/Dynamic-FPS/commit/3bfa1b35747b5e41c9f68bf4a8b7709a53f26fca) by @LostLuma)
3.5.1 Release 28.06.2024

v3.5.1

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese translation ([PR 201](https://github.com/juliand665/Dynamic-FPS/pull/201) by @godkyo98) - Fix crash when saving config on 1.20.1 ([commit 3bfa1b](https://github.com/juliand665/Dynamic-FPS/commit/3bfa1b35747b5e41c9f68bf4a8b7709a53f26fca) by @LostLuma)
3.5.1 Release 28.06.2024

v3.5.1

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Update Vietnamese translation ([PR 201](https://github.com/juliand665/Dynamic-FPS/pull/201) by @godkyo98) - Fix crash when saving config on 1.20.1 ([commit 3bfa1b](https://github.com/juliand665/Dynamic-FPS/commit/3bfa1b35747b5e41c9f68bf4a8b7709a53f26fca) by @LostLuma)
3.5.1 Release 28.06.2024

v3.5.1

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese translation ([PR 201](https://github.com/juliand665/Dynamic-FPS/pull/201) by @godkyo98) - Fix crash when saving config on 1.20.1 ([commit 3bfa1b](https://github.com/juliand665/Dynamic-FPS/commit/3bfa1b35747b5e41c9f68bf4a8b7709a53f26fca) by @LostLuma)
3.5.1 Release 28.06.2024

v3.5.1

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Vietnamese translation ([PR 201](https://github.com/juliand665/Dynamic-FPS/pull/201) by @godkyo98) - Fix crash when saving config on 1.20.1 ([commit 3bfa1b](https://github.com/juliand665/Dynamic-FPS/commit/3bfa1b35747b5e41c9f68bf4a8b7709a53f26fca) by @LostLuma)
3.5.1 Release 28.06.2024

v3.5.1

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese translation ([PR 201](https://github.com/juliand665/Dynamic-FPS/pull/201) by @godkyo98) - Fix crash when saving config on 1.20.1 ([commit 3bfa1b](https://github.com/juliand665/Dynamic-FPS/commit/3bfa1b35747b5e41c9f68bf4a8b7709a53f26fca) by @LostLuma)
3.5.1 Release 28.06.2024

v3.5.1

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese translation ([PR 201](https://github.com/juliand665/Dynamic-FPS/pull/201) by @godkyo98) - Fix crash when saving config on 1.20.1 ([commit 3bfa1b](https://github.com/juliand665/Dynamic-FPS/commit/3bfa1b35747b5e41c9f68bf4a8b7709a53f26fca) by @LostLuma)
3.5.1 Release 28.06.2024

v3.5.1

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
- Update Vietnamese translation ([PR 201](https://github.com/juliand665/Dynamic-FPS/pull/201) by @godkyo98) - Fix crash when saving config on 1.20.1 ([commit 3bfa1b](https://github.com/juliand665/Dynamic-FPS/commit/3bfa1b35747b5e41c9f68bf4a8b7709a53f26fca) by @LostLuma)
3.5.1 Release 28.06.2024

v3.5.1

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese translation ([PR 201](https://github.com/juliand665/Dynamic-FPS/pull/201) by @godkyo98) - Fix crash when saving config on 1.20.1 ([commit 3bfa1b](https://github.com/juliand665/Dynamic-FPS/commit/3bfa1b35747b5e41c9f68bf4a8b7709a53f26fca) by @LostLuma)
3.5.1 Release 28.06.2024

v3.5.1

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese translation ([PR 201](https://github.com/juliand665/Dynamic-FPS/pull/201) by @godkyo98) - Fix crash when saving config on 1.20.1 ([commit 3bfa1b](https://github.com/juliand665/Dynamic-FPS/commit/3bfa1b35747b5e41c9f68bf4a8b7709a53f26fca) by @LostLuma)
3.5.1 Release 28.06.2024

v3.5.1

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
- Update Vietnamese translation ([PR 201](https://github.com/juliand665/Dynamic-FPS/pull/201) by @godkyo98) - Fix crash when saving config on 1.20.1 ([commit 3bfa1b](https://github.com/juliand665/Dynamic-FPS/commit/3bfa1b35747b5e41c9f68bf4a8b7709a53f26fca) by @LostLuma)
3.5.1 Release 28.06.2024

v3.5.1

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese translation ([PR 201](https://github.com/juliand665/Dynamic-FPS/pull/201) by @godkyo98) - Fix crash when saving config on 1.20.1 ([commit 3bfa1b](https://github.com/juliand665/Dynamic-FPS/commit/3bfa1b35747b5e41c9f68bf4a8b7709a53f26fca) by @LostLuma)
3.5.1 Release 28.06.2024

v3.5.1

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese translation ([PR 201](https://github.com/juliand665/Dynamic-FPS/pull/201) by @godkyo98) - Fix crash when saving config on 1.20.1 ([commit 3bfa1b](https://github.com/juliand665/Dynamic-FPS/commit/3bfa1b35747b5e41c9f68bf4a8b7709a53f26fca) by @LostLuma)
3.5.1 Release 28.06.2024

v3.5.1

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
- Update Vietnamese translation ([PR 201](https://github.com/juliand665/Dynamic-FPS/pull/201) by @godkyo98) - Fix crash when saving config on 1.20.1 ([commit 3bfa1b](https://github.com/juliand665/Dynamic-FPS/commit/3bfa1b35747b5e41c9f68bf4a8b7709a53f26fca) by @LostLuma)
3.5.1 Release 28.06.2024

v3.5.1

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese translation ([PR 201](https://github.com/juliand665/Dynamic-FPS/pull/201) by @godkyo98) - Fix crash when saving config on 1.20.1 ([commit 3bfa1b](https://github.com/juliand665/Dynamic-FPS/commit/3bfa1b35747b5e41c9f68bf4a8b7709a53f26fca) by @LostLuma)
3.5.1 Release 28.06.2024

v3.5.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
quilt
Показати зміни
- Update Vietnamese translation ([PR 201](https://github.com/juliand665/Dynamic-FPS/pull/201) by @godkyo98) - Fix crash when saving config on 1.20.1 ([commit 3bfa1b](https://github.com/juliand665/Dynamic-FPS/commit/3bfa1b35747b5e41c9f68bf4a8b7709a53f26fca) by @LostLuma)
3.5.1 Release 28.06.2024

v3.5.1

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
forge
Показати зміни
- Update Vietnamese translation ([PR 201](https://github.com/juliand665/Dynamic-FPS/pull/201) by @godkyo98) - Fix crash when saving config on 1.20.1 ([commit 3bfa1b](https://github.com/juliand665/Dynamic-FPS/commit/3bfa1b35747b5e41c9f68bf4a8b7709a53f26fca) by @LostLuma)
3.5.1 Release 28.06.2024

v3.5.1

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
- Update Vietnamese translation ([PR 201](https://github.com/juliand665/Dynamic-FPS/pull/201) by @godkyo98) - Fix crash when saving config on 1.20.1 ([commit 3bfa1b](https://github.com/juliand665/Dynamic-FPS/commit/3bfa1b35747b5e41c9f68bf4a8b7709a53f26fca) by @LostLuma)
3.5.1 Release 28.06.2024

v3.5.1

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Update Vietnamese translation ([PR 201](https://github.com/juliand665/Dynamic-FPS/pull/201) by @godkyo98) - Fix crash when saving config on 1.20.1 ([commit 3bfa1b](https://github.com/juliand665/Dynamic-FPS/commit/3bfa1b35747b5e41c9f68bf4a8b7709a53f26fca) by @LostLuma)
3.5.1 Release 28.06.2024

v3.5.1

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Update Vietnamese translation ([PR 201](https://github.com/juliand665/Dynamic-FPS/pull/201) by @godkyo98) - Fix crash when saving config on 1.20.1 ([commit 3bfa1b](https://github.com/juliand665/Dynamic-FPS/commit/3bfa1b35747b5e41c9f68bf4a8b7709a53f26fca) by @LostLuma)
3.5.0 Release 25.06.2024

v3.5.0

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
New Features: - Add the ability to run without Cloth Config on (Neo)Forge ([commit 15e3bf](https://github.com/juliand665/Dynamic-FPS/commit/15e3bf93893711f85fa8378a4461c1e00a5b2a69) by @LostLuma) - A fallback screen will tell you to install Cloth Config instead - Add a wider range of possible FPS limits to our configs ([PR 186](https://github.com/juliand665/Dynamic-FPS/pull/186) by @LostLuma) - Any value accessible via the vanilla FPS limiter is now usable - More fine-grained control is still kept on the lower end of the slider - Add smooth volume transition ([PR 187](https://github.com/juliand665/Dynamic-FPS/pull/187) by @LostLuma) - Sounds can now fade in and out to their requested levels - By default, the volume will fade out within 2 seconds, and back in within 1 second - Add the ability for other mods to disable the loading overlay optimization on (Neo)Forge ([PR 193](https://github.com/juliand665/Dynamic-FPS/pull/193) by @LostLuma) - Add device battery integration ([PR 194](https://github.com/juliand665/Dynamic-FPS/pull/194) by @LostLuma) - Allows the mod to track battery levels and states - This is disabled by default and must be enabled by the user - Add a new optional "On Battery" state to adjust certain settings automatically - For now this is limited to setting a different FPS limit on battery - Add ability to only enable idle detection while being on battery - Allows conserving energy should you forget to turn the game off yourself - Add optional notifications when the battery is low or its state changes - Add optional battery display to the in-game HUD - Tells you whether the battery is charging or discharging, and its current level - The sprites for the last two features were drawn by @Pixaurora - Add Dutch translation ([PR 198](https://github.com/juliand665/Dynamic-FPS/pull/198) by @stijnvdkolk) Other Changes: - Config (de)serialization no longer stores default values on disk ([commit bef038](https://github.com/juliand665/Dynamic-FPS/commit/bef038bda6af7ca0cce340c52e256a9bcd3d8b92) by @LostLuma) - Allows modpack creators to exclude values that don't deviate from the default - Update Traditional Chinese translation ([PR 191](https://github.com/juliand665/Dynamic-FPS/pull/191) by @yichifauzi) - Update French translations ([PR 189](https://github.com/juliand665/Dynamic-FPS/pull/189) by @N4TH4NOT) - Update Russian translation ([PR 190](https://github.com/juliand665/Dynamic-FPS/pull/190) by @Alexander317) - Update German translations ([PR 195](https://github.com/juliand665/Dynamic-FPS/pull/195) by @LostLuma and @juliand665) - Update Russian translation ([PR 197](https://github.com/juliand665/Dynamic-FPS/pull/197) by @Felix14-v2) - Update Korean translation ([PR 200](https://github.com/juliand665/Dynamic-FPS/pull/200) by @Shihyeon) Bux Fixes: - Fix idle detection not working for controller users ([PR 184](https://github.com/juliand665/Dynamic-FPS/pull/184) by @LostLuma) - The mod now detects when the player moves and stops idling - Fix HUD info showing while GUI is hidden ([commit a5dffb](https://github.com/juliand665/Dynamic-FPS/commit/a5dffb4d16f0c7a38259b382151854fb7e8edb51) by @LostLuma) - Fix HUD info not working on Minecraft 1.18.2 Forge (done while backporting) Other Info: - Forge support on Minecraft 1.17.1 and below is dropped for now as there were some issues porting the new features. Disclaimer: Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/GitHub/MANUAL_NATIVES_INSTALL.md) if you wish.
3.5.0 Release 25.06.2024

v3.5.0

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
New Features: - Add the ability to run without Cloth Config on (Neo)Forge ([commit 15e3bf](https://github.com/juliand665/Dynamic-FPS/commit/15e3bf93893711f85fa8378a4461c1e00a5b2a69) by @LostLuma) - A fallback screen will tell you to install Cloth Config instead - Add a wider range of possible FPS limits to our configs ([PR 186](https://github.com/juliand665/Dynamic-FPS/pull/186) by @LostLuma) - Any value accessible via the vanilla FPS limiter is now usable - More fine-grained control is still kept on the lower end of the slider - Add smooth volume transition ([PR 187](https://github.com/juliand665/Dynamic-FPS/pull/187) by @LostLuma) - Sounds can now fade in and out to their requested levels - By default, the volume will fade out within 2 seconds, and back in within 1 second - Add the ability for other mods to disable the loading overlay optimization on (Neo)Forge ([PR 193](https://github.com/juliand665/Dynamic-FPS/pull/193) by @LostLuma) - Add device battery integration ([PR 194](https://github.com/juliand665/Dynamic-FPS/pull/194) by @LostLuma) - Allows the mod to track battery levels and states - This is disabled by default and must be enabled by the user - Add a new optional "On Battery" state to adjust certain settings automatically - For now this is limited to setting a different FPS limit on battery - Add ability to only enable idle detection while being on battery - Allows conserving energy should you forget to turn the game off yourself - Add optional notifications when the battery is low or its state changes - Add optional battery display to the in-game HUD - Tells you whether the battery is charging or discharging, and its current level - The sprites for the last two features were drawn by @Pixaurora - Add Dutch translation ([PR 198](https://github.com/juliand665/Dynamic-FPS/pull/198) by @stijnvdkolk) Other Changes: - Config (de)serialization no longer stores default values on disk ([commit bef038](https://github.com/juliand665/Dynamic-FPS/commit/bef038bda6af7ca0cce340c52e256a9bcd3d8b92) by @LostLuma) - Allows modpack creators to exclude values that don't deviate from the default - Update Traditional Chinese translation ([PR 191](https://github.com/juliand665/Dynamic-FPS/pull/191) by @yichifauzi) - Update French translations ([PR 189](https://github.com/juliand665/Dynamic-FPS/pull/189) by @N4TH4NOT) - Update Russian translation ([PR 190](https://github.com/juliand665/Dynamic-FPS/pull/190) by @Alexander317) - Update German translations ([PR 195](https://github.com/juliand665/Dynamic-FPS/pull/195) by @LostLuma and @juliand665) - Update Russian translation ([PR 197](https://github.com/juliand665/Dynamic-FPS/pull/197) by @Felix14-v2) - Update Korean translation ([PR 200](https://github.com/juliand665/Dynamic-FPS/pull/200) by @Shihyeon) Bux Fixes: - Fix idle detection not working for controller users ([PR 184](https://github.com/juliand665/Dynamic-FPS/pull/184) by @LostLuma) - The mod now detects when the player moves and stops idling - Fix HUD info showing while GUI is hidden ([commit a5dffb](https://github.com/juliand665/Dynamic-FPS/commit/a5dffb4d16f0c7a38259b382151854fb7e8edb51) by @LostLuma) - Fix HUD info not working on Minecraft 1.18.2 Forge (done while backporting) Other Info: - Forge support on Minecraft 1.17.1 and below is dropped for now as there were some issues porting the new features. Disclaimer: Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/GitHub/MANUAL_NATIVES_INSTALL.md) if you wish.
3.5.0 Release 25.06.2024

v3.5.0

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
New Features: - Add the ability to run without Cloth Config on (Neo)Forge ([commit 15e3bf](https://github.com/juliand665/Dynamic-FPS/commit/15e3bf93893711f85fa8378a4461c1e00a5b2a69) by @LostLuma) - A fallback screen will tell you to install Cloth Config instead - Add a wider range of possible FPS limits to our configs ([PR 186](https://github.com/juliand665/Dynamic-FPS/pull/186) by @LostLuma) - Any value accessible via the vanilla FPS limiter is now usable - More fine-grained control is still kept on the lower end of the slider - Add smooth volume transition ([PR 187](https://github.com/juliand665/Dynamic-FPS/pull/187) by @LostLuma) - Sounds can now fade in and out to their requested levels - By default, the volume will fade out within 2 seconds, and back in within 1 second - Add the ability for other mods to disable the loading overlay optimization on (Neo)Forge ([PR 193](https://github.com/juliand665/Dynamic-FPS/pull/193) by @LostLuma) - Add device battery integration ([PR 194](https://github.com/juliand665/Dynamic-FPS/pull/194) by @LostLuma) - Allows the mod to track battery levels and states - This is disabled by default and must be enabled by the user - Add a new optional "On Battery" state to adjust certain settings automatically - For now this is limited to setting a different FPS limit on battery - Add ability to only enable idle detection while being on battery - Allows conserving energy should you forget to turn the game off yourself - Add optional notifications when the battery is low or its state changes - Add optional battery display to the in-game HUD - Tells you whether the battery is charging or discharging, and its current level - The sprites for the last two features were drawn by @Pixaurora - Add Dutch translation ([PR 198](https://github.com/juliand665/Dynamic-FPS/pull/198) by @stijnvdkolk) Other Changes: - Config (de)serialization no longer stores default values on disk ([commit bef038](https://github.com/juliand665/Dynamic-FPS/commit/bef038bda6af7ca0cce340c52e256a9bcd3d8b92) by @LostLuma) - Allows modpack creators to exclude values that don't deviate from the default - Update Traditional Chinese translation ([PR 191](https://github.com/juliand665/Dynamic-FPS/pull/191) by @yichifauzi) - Update French translations ([PR 189](https://github.com/juliand665/Dynamic-FPS/pull/189) by @N4TH4NOT) - Update Russian translation ([PR 190](https://github.com/juliand665/Dynamic-FPS/pull/190) by @Alexander317) - Update German translations ([PR 195](https://github.com/juliand665/Dynamic-FPS/pull/195) by @LostLuma and @juliand665) - Update Russian translation ([PR 197](https://github.com/juliand665/Dynamic-FPS/pull/197) by @Felix14-v2) - Update Korean translation ([PR 200](https://github.com/juliand665/Dynamic-FPS/pull/200) by @Shihyeon) Bux Fixes: - Fix idle detection not working for controller users ([PR 184](https://github.com/juliand665/Dynamic-FPS/pull/184) by @LostLuma) - The mod now detects when the player moves and stops idling - Fix HUD info showing while GUI is hidden ([commit a5dffb](https://github.com/juliand665/Dynamic-FPS/commit/a5dffb4d16f0c7a38259b382151854fb7e8edb51) by @LostLuma) - Fix HUD info not working on Minecraft 1.18.2 Forge (done while backporting) Other Info: - Forge support on Minecraft 1.17.1 and below is dropped for now as there were some issues porting the new features. Disclaimer: Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/GitHub/MANUAL_NATIVES_INSTALL.md) if you wish.
3.5.0 Release 25.06.2024

v3.5.0

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
fabric
Показати зміни
New Features: - Add the ability to run without Cloth Config on (Neo)Forge ([commit 15e3bf](https://github.com/juliand665/Dynamic-FPS/commit/15e3bf93893711f85fa8378a4461c1e00a5b2a69) by @LostLuma) - A fallback screen will tell you to install Cloth Config instead - Add a wider range of possible FPS limits to our configs ([PR 186](https://github.com/juliand665/Dynamic-FPS/pull/186) by @LostLuma) - Any value accessible via the vanilla FPS limiter is now usable - More fine-grained control is still kept on the lower end of the slider - Add smooth volume transition ([PR 187](https://github.com/juliand665/Dynamic-FPS/pull/187) by @LostLuma) - Sounds can now fade in and out to their requested levels - By default, the volume will fade out within 2 seconds, and back in within 1 second - Add the ability for other mods to disable the loading overlay optimization on (Neo)Forge ([PR 193](https://github.com/juliand665/Dynamic-FPS/pull/193) by @LostLuma) - Add device battery integration ([PR 194](https://github.com/juliand665/Dynamic-FPS/pull/194) by @LostLuma) - Allows the mod to track battery levels and states - This is disabled by default and must be enabled by the user - Add a new optional "On Battery" state to adjust certain settings automatically - For now this is limited to setting a different FPS limit on battery - Add ability to only enable idle detection while being on battery - Allows conserving energy should you forget to turn the game off yourself - Add optional notifications when the battery is low or its state changes - Add optional battery display to the in-game HUD - Tells you whether the battery is charging or discharging, and its current level - The sprites for the last two features were drawn by @Pixaurora - Add Dutch translation ([PR 198](https://github.com/juliand665/Dynamic-FPS/pull/198) by @stijnvdkolk) Other Changes: - Config (de)serialization no longer stores default values on disk ([commit bef038](https://github.com/juliand665/Dynamic-FPS/commit/bef038bda6af7ca0cce340c52e256a9bcd3d8b92) by @LostLuma) - Allows modpack creators to exclude values that don't deviate from the default - Update Traditional Chinese translation ([PR 191](https://github.com/juliand665/Dynamic-FPS/pull/191) by @yichifauzi) - Update French translations ([PR 189](https://github.com/juliand665/Dynamic-FPS/pull/189) by @N4TH4NOT) - Update Russian translation ([PR 190](https://github.com/juliand665/Dynamic-FPS/pull/190) by @Alexander317) - Update German translations ([PR 195](https://github.com/juliand665/Dynamic-FPS/pull/195) by @LostLuma and @juliand665) - Update Russian translation ([PR 197](https://github.com/juliand665/Dynamic-FPS/pull/197) by @Felix14-v2) - Update Korean translation ([PR 200](https://github.com/juliand665/Dynamic-FPS/pull/200) by @Shihyeon) Bux Fixes: - Fix idle detection not working for controller users ([PR 184](https://github.com/juliand665/Dynamic-FPS/pull/184) by @LostLuma) - The mod now detects when the player moves and stops idling - Fix HUD info showing while GUI is hidden ([commit a5dffb](https://github.com/juliand665/Dynamic-FPS/commit/a5dffb4d16f0c7a38259b382151854fb7e8edb51) by @LostLuma) - Fix HUD info not working on Minecraft 1.18.2 Forge (done while backporting) Other Info: - Forge support on Minecraft 1.17.1 and below is dropped for now as there were some issues porting the new features. Disclaimer: Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/GitHub/MANUAL_NATIVES_INSTALL.md) if you wish.
3.5.0 Release 25.06.2024

v3.5.0

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
New Features: - Add the ability to run without Cloth Config on (Neo)Forge ([commit 15e3bf](https://github.com/juliand665/Dynamic-FPS/commit/15e3bf93893711f85fa8378a4461c1e00a5b2a69) by @LostLuma) - A fallback screen will tell you to install Cloth Config instead - Add a wider range of possible FPS limits to our configs ([PR 186](https://github.com/juliand665/Dynamic-FPS/pull/186) by @LostLuma) - Any value accessible via the vanilla FPS limiter is now usable - More fine-grained control is still kept on the lower end of the slider - Add smooth volume transition ([PR 187](https://github.com/juliand665/Dynamic-FPS/pull/187) by @LostLuma) - Sounds can now fade in and out to their requested levels - By default, the volume will fade out within 2 seconds, and back in within 1 second - Add the ability for other mods to disable the loading overlay optimization on (Neo)Forge ([PR 193](https://github.com/juliand665/Dynamic-FPS/pull/193) by @LostLuma) - Add device battery integration ([PR 194](https://github.com/juliand665/Dynamic-FPS/pull/194) by @LostLuma) - Allows the mod to track battery levels and states - This is disabled by default and must be enabled by the user - Add a new optional "On Battery" state to adjust certain settings automatically - For now this is limited to setting a different FPS limit on battery - Add ability to only enable idle detection while being on battery - Allows conserving energy should you forget to turn the game off yourself - Add optional notifications when the battery is low or its state changes - Add optional battery display to the in-game HUD - Tells you whether the battery is charging or discharging, and its current level - The sprites for the last two features were drawn by @Pixaurora - Add Dutch translation ([PR 198](https://github.com/juliand665/Dynamic-FPS/pull/198) by @stijnvdkolk) Other Changes: - Config (de)serialization no longer stores default values on disk ([commit bef038](https://github.com/juliand665/Dynamic-FPS/commit/bef038bda6af7ca0cce340c52e256a9bcd3d8b92) by @LostLuma) - Allows modpack creators to exclude values that don't deviate from the default - Update Traditional Chinese translation ([PR 191](https://github.com/juliand665/Dynamic-FPS/pull/191) by @yichifauzi) - Update French translations ([PR 189](https://github.com/juliand665/Dynamic-FPS/pull/189) by @N4TH4NOT) - Update Russian translation ([PR 190](https://github.com/juliand665/Dynamic-FPS/pull/190) by @Alexander317) - Update German translations ([PR 195](https://github.com/juliand665/Dynamic-FPS/pull/195) by @LostLuma and @juliand665) - Update Russian translation ([PR 197](https://github.com/juliand665/Dynamic-FPS/pull/197) by @Felix14-v2) - Update Korean translation ([PR 200](https://github.com/juliand665/Dynamic-FPS/pull/200) by @Shihyeon) Bux Fixes: - Fix idle detection not working for controller users ([PR 184](https://github.com/juliand665/Dynamic-FPS/pull/184) by @LostLuma) - The mod now detects when the player moves and stops idling - Fix HUD info showing while GUI is hidden ([commit a5dffb](https://github.com/juliand665/Dynamic-FPS/commit/a5dffb4d16f0c7a38259b382151854fb7e8edb51) by @LostLuma) - Fix HUD info not working on Minecraft 1.18.2 Forge (done while backporting) Other Info: - Forge support on Minecraft 1.17.1 and below is dropped for now as there were some issues porting the new features. Disclaimer: Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/GitHub/MANUAL_NATIVES_INSTALL.md) if you wish.
3.5.0 Release 25.06.2024

v3.5.0

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
quilt
Показати зміни
New Features: - Add the ability to run without Cloth Config on (Neo)Forge ([commit 15e3bf](https://github.com/juliand665/Dynamic-FPS/commit/15e3bf93893711f85fa8378a4461c1e00a5b2a69) by @LostLuma) - A fallback screen will tell you to install Cloth Config instead - Add a wider range of possible FPS limits to our configs ([PR 186](https://github.com/juliand665/Dynamic-FPS/pull/186) by @LostLuma) - Any value accessible via the vanilla FPS limiter is now usable - More fine-grained control is still kept on the lower end of the slider - Add smooth volume transition ([PR 187](https://github.com/juliand665/Dynamic-FPS/pull/187) by @LostLuma) - Sounds can now fade in and out to their requested levels - By default, the volume will fade out within 2 seconds, and back in within 1 second - Add the ability for other mods to disable the loading overlay optimization on (Neo)Forge ([PR 193](https://github.com/juliand665/Dynamic-FPS/pull/193) by @LostLuma) - Add device battery integration ([PR 194](https://github.com/juliand665/Dynamic-FPS/pull/194) by @LostLuma) - Allows the mod to track battery levels and states - This is disabled by default and must be enabled by the user - Add a new optional "On Battery" state to adjust certain settings automatically - For now this is limited to setting a different FPS limit on battery - Add ability to only enable idle detection while being on battery - Allows conserving energy should you forget to turn the game off yourself - Add optional notifications when the battery is low or its state changes - Add optional battery display to the in-game HUD - Tells you whether the battery is charging or discharging, and its current level - The sprites for the last two features were drawn by @Pixaurora - Add Dutch translation ([PR 198](https://github.com/juliand665/Dynamic-FPS/pull/198) by @stijnvdkolk) Other Changes: - Config (de)serialization no longer stores default values on disk ([commit bef038](https://github.com/juliand665/Dynamic-FPS/commit/bef038bda6af7ca0cce340c52e256a9bcd3d8b92) by @LostLuma) - Allows modpack creators to exclude values that don't deviate from the default - Update Traditional Chinese translation ([PR 191](https://github.com/juliand665/Dynamic-FPS/pull/191) by @yichifauzi) - Update French translations ([PR 189](https://github.com/juliand665/Dynamic-FPS/pull/189) by @N4TH4NOT) - Update Russian translation ([PR 190](https://github.com/juliand665/Dynamic-FPS/pull/190) by @Alexander317) - Update German translations ([PR 195](https://github.com/juliand665/Dynamic-FPS/pull/195) by @LostLuma and @juliand665) - Update Russian translation ([PR 197](https://github.com/juliand665/Dynamic-FPS/pull/197) by @Felix14-v2) - Update Korean translation ([PR 200](https://github.com/juliand665/Dynamic-FPS/pull/200) by @Shihyeon) Bux Fixes: - Fix idle detection not working for controller users ([PR 184](https://github.com/juliand665/Dynamic-FPS/pull/184) by @LostLuma) - The mod now detects when the player moves and stops idling - Fix HUD info showing while GUI is hidden ([commit a5dffb](https://github.com/juliand665/Dynamic-FPS/commit/a5dffb4d16f0c7a38259b382151854fb7e8edb51) by @LostLuma) - Fix HUD info not working on Minecraft 1.18.2 Forge (done while backporting) Other Info: - Forge support on Minecraft 1.17.1 and below is dropped for now as there were some issues porting the new features. Disclaimer: Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/GitHub/MANUAL_NATIVES_INSTALL.md) if you wish.
3.5.0 Release 25.06.2024

v3.5.0

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
New Features: - Add the ability to run without Cloth Config on (Neo)Forge ([commit 15e3bf](https://github.com/juliand665/Dynamic-FPS/commit/15e3bf93893711f85fa8378a4461c1e00a5b2a69) by @LostLuma) - A fallback screen will tell you to install Cloth Config instead - Add a wider range of possible FPS limits to our configs ([PR 186](https://github.com/juliand665/Dynamic-FPS/pull/186) by @LostLuma) - Any value accessible via the vanilla FPS limiter is now usable - More fine-grained control is still kept on the lower end of the slider - Add smooth volume transition ([PR 187](https://github.com/juliand665/Dynamic-FPS/pull/187) by @LostLuma) - Sounds can now fade in and out to their requested levels - By default, the volume will fade out within 2 seconds, and back in within 1 second - Add the ability for other mods to disable the loading overlay optimization on (Neo)Forge ([PR 193](https://github.com/juliand665/Dynamic-FPS/pull/193) by @LostLuma) - Add device battery integration ([PR 194](https://github.com/juliand665/Dynamic-FPS/pull/194) by @LostLuma) - Allows the mod to track battery levels and states - This is disabled by default and must be enabled by the user - Add a new optional "On Battery" state to adjust certain settings automatically - For now this is limited to setting a different FPS limit on battery - Add ability to only enable idle detection while being on battery - Allows conserving energy should you forget to turn the game off yourself - Add optional notifications when the battery is low or its state changes - Add optional battery display to the in-game HUD - Tells you whether the battery is charging or discharging, and its current level - The sprites for the last two features were drawn by @Pixaurora - Add Dutch translation ([PR 198](https://github.com/juliand665/Dynamic-FPS/pull/198) by @stijnvdkolk) Other Changes: - Config (de)serialization no longer stores default values on disk ([commit bef038](https://github.com/juliand665/Dynamic-FPS/commit/bef038bda6af7ca0cce340c52e256a9bcd3d8b92) by @LostLuma) - Allows modpack creators to exclude values that don't deviate from the default - Update Traditional Chinese translation ([PR 191](https://github.com/juliand665/Dynamic-FPS/pull/191) by @yichifauzi) - Update French translations ([PR 189](https://github.com/juliand665/Dynamic-FPS/pull/189) by @N4TH4NOT) - Update Russian translation ([PR 190](https://github.com/juliand665/Dynamic-FPS/pull/190) by @Alexander317) - Update German translations ([PR 195](https://github.com/juliand665/Dynamic-FPS/pull/195) by @LostLuma and @juliand665) - Update Russian translation ([PR 197](https://github.com/juliand665/Dynamic-FPS/pull/197) by @Felix14-v2) - Update Korean translation ([PR 200](https://github.com/juliand665/Dynamic-FPS/pull/200) by @Shihyeon) Bux Fixes: - Fix idle detection not working for controller users ([PR 184](https://github.com/juliand665/Dynamic-FPS/pull/184) by @LostLuma) - The mod now detects when the player moves and stops idling - Fix HUD info showing while GUI is hidden ([commit a5dffb](https://github.com/juliand665/Dynamic-FPS/commit/a5dffb4d16f0c7a38259b382151854fb7e8edb51) by @LostLuma) - Fix HUD info not working on Minecraft 1.18.2 Forge (done while backporting) Other Info: - Forge support on Minecraft 1.17.1 and below is dropped for now as there were some issues porting the new features. Disclaimer: Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/GitHub/MANUAL_NATIVES_INSTALL.md) if you wish.
3.5.0 Release 25.06.2024

v3.5.0

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
New Features: - Add the ability to run without Cloth Config on (Neo)Forge ([commit 15e3bf](https://github.com/juliand665/Dynamic-FPS/commit/15e3bf93893711f85fa8378a4461c1e00a5b2a69) by @LostLuma) - A fallback screen will tell you to install Cloth Config instead - Add a wider range of possible FPS limits to our configs ([PR 186](https://github.com/juliand665/Dynamic-FPS/pull/186) by @LostLuma) - Any value accessible via the vanilla FPS limiter is now usable - More fine-grained control is still kept on the lower end of the slider - Add smooth volume transition ([PR 187](https://github.com/juliand665/Dynamic-FPS/pull/187) by @LostLuma) - Sounds can now fade in and out to their requested levels - By default, the volume will fade out within 2 seconds, and back in within 1 second - Add the ability for other mods to disable the loading overlay optimization on (Neo)Forge ([PR 193](https://github.com/juliand665/Dynamic-FPS/pull/193) by @LostLuma) - Add device battery integration ([PR 194](https://github.com/juliand665/Dynamic-FPS/pull/194) by @LostLuma) - Allows the mod to track battery levels and states - This is disabled by default and must be enabled by the user - Add a new optional "On Battery" state to adjust certain settings automatically - For now this is limited to setting a different FPS limit on battery - Add ability to only enable idle detection while being on battery - Allows conserving energy should you forget to turn the game off yourself - Add optional notifications when the battery is low or its state changes - Add optional battery display to the in-game HUD - Tells you whether the battery is charging or discharging, and its current level - The sprites for the last two features were drawn by @Pixaurora - Add Dutch translation ([PR 198](https://github.com/juliand665/Dynamic-FPS/pull/198) by @stijnvdkolk) Other Changes: - Config (de)serialization no longer stores default values on disk ([commit bef038](https://github.com/juliand665/Dynamic-FPS/commit/bef038bda6af7ca0cce340c52e256a9bcd3d8b92) by @LostLuma) - Allows modpack creators to exclude values that don't deviate from the default - Update Traditional Chinese translation ([PR 191](https://github.com/juliand665/Dynamic-FPS/pull/191) by @yichifauzi) - Update French translations ([PR 189](https://github.com/juliand665/Dynamic-FPS/pull/189) by @N4TH4NOT) - Update Russian translation ([PR 190](https://github.com/juliand665/Dynamic-FPS/pull/190) by @Alexander317) - Update German translations ([PR 195](https://github.com/juliand665/Dynamic-FPS/pull/195) by @LostLuma and @juliand665) - Update Russian translation ([PR 197](https://github.com/juliand665/Dynamic-FPS/pull/197) by @Felix14-v2) - Update Korean translation ([PR 200](https://github.com/juliand665/Dynamic-FPS/pull/200) by @Shihyeon) Bux Fixes: - Fix idle detection not working for controller users ([PR 184](https://github.com/juliand665/Dynamic-FPS/pull/184) by @LostLuma) - The mod now detects when the player moves and stops idling - Fix HUD info showing while GUI is hidden ([commit a5dffb](https://github.com/juliand665/Dynamic-FPS/commit/a5dffb4d16f0c7a38259b382151854fb7e8edb51) by @LostLuma) - Fix HUD info not working on Minecraft 1.18.2 Forge (done while backporting) Other Info: - Forge support on Minecraft 1.17.1 and below is dropped for now as there were some issues porting the new features. Disclaimer: Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/GitHub/MANUAL_NATIVES_INSTALL.md) if you wish.
3.5.0 Release 25.06.2024

v3.5.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
quilt
Показати зміни
New Features: - Add the ability to run without Cloth Config on (Neo)Forge ([commit 15e3bf](https://github.com/juliand665/Dynamic-FPS/commit/15e3bf93893711f85fa8378a4461c1e00a5b2a69) by @LostLuma) - A fallback screen will tell you to install Cloth Config instead - Add a wider range of possible FPS limits to our configs ([PR 186](https://github.com/juliand665/Dynamic-FPS/pull/186) by @LostLuma) - Any value accessible via the vanilla FPS limiter is now usable - More fine-grained control is still kept on the lower end of the slider - Add smooth volume transition ([PR 187](https://github.com/juliand665/Dynamic-FPS/pull/187) by @LostLuma) - Sounds can now fade in and out to their requested levels - By default, the volume will fade out within 2 seconds, and back in within 1 second - Add the ability for other mods to disable the loading overlay optimization on (Neo)Forge ([PR 193](https://github.com/juliand665/Dynamic-FPS/pull/193) by @LostLuma) - Add device battery integration ([PR 194](https://github.com/juliand665/Dynamic-FPS/pull/194) by @LostLuma) - Allows the mod to track battery levels and states - This is disabled by default and must be enabled by the user - Add a new optional "On Battery" state to adjust certain settings automatically - For now this is limited to setting a different FPS limit on battery - Add ability to only enable idle detection while being on battery - Allows conserving energy should you forget to turn the game off yourself - Add optional notifications when the battery is low or its state changes - Add optional battery display to the in-game HUD - Tells you whether the battery is charging or discharging, and its current level - The sprites for the last two features were drawn by @Pixaurora - Add Dutch translation ([PR 198](https://github.com/juliand665/Dynamic-FPS/pull/198) by @stijnvdkolk) Other Changes: - Config (de)serialization no longer stores default values on disk ([commit bef038](https://github.com/juliand665/Dynamic-FPS/commit/bef038bda6af7ca0cce340c52e256a9bcd3d8b92) by @LostLuma) - Allows modpack creators to exclude values that don't deviate from the default - Update Traditional Chinese translation ([PR 191](https://github.com/juliand665/Dynamic-FPS/pull/191) by @yichifauzi) - Update French translations ([PR 189](https://github.com/juliand665/Dynamic-FPS/pull/189) by @N4TH4NOT) - Update Russian translation ([PR 190](https://github.com/juliand665/Dynamic-FPS/pull/190) by @Alexander317) - Update German translations ([PR 195](https://github.com/juliand665/Dynamic-FPS/pull/195) by @LostLuma and @juliand665) - Update Russian translation ([PR 197](https://github.com/juliand665/Dynamic-FPS/pull/197) by @Felix14-v2) - Update Korean translation ([PR 200](https://github.com/juliand665/Dynamic-FPS/pull/200) by @Shihyeon) Bux Fixes: - Fix idle detection not working for controller users ([PR 184](https://github.com/juliand665/Dynamic-FPS/pull/184) by @LostLuma) - The mod now detects when the player moves and stops idling - Fix HUD info showing while GUI is hidden ([commit a5dffb](https://github.com/juliand665/Dynamic-FPS/commit/a5dffb4d16f0c7a38259b382151854fb7e8edb51) by @LostLuma) - Fix HUD info not working on Minecraft 1.18.2 Forge (done while backporting) Other Info: - Forge support on Minecraft 1.17.1 and below is dropped for now as there were some issues porting the new features. Disclaimer: Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/GitHub/MANUAL_NATIVES_INSTALL.md) if you wish.
3.5.0 Release 25.06.2024

v3.5.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
New Features: - Add the ability to run without Cloth Config on (Neo)Forge ([commit 15e3bf](https://github.com/juliand665/Dynamic-FPS/commit/15e3bf93893711f85fa8378a4461c1e00a5b2a69) by @LostLuma) - A fallback screen will tell you to install Cloth Config instead - Add a wider range of possible FPS limits to our configs ([PR 186](https://github.com/juliand665/Dynamic-FPS/pull/186) by @LostLuma) - Any value accessible via the vanilla FPS limiter is now usable - More fine-grained control is still kept on the lower end of the slider - Add smooth volume transition ([PR 187](https://github.com/juliand665/Dynamic-FPS/pull/187) by @LostLuma) - Sounds can now fade in and out to their requested levels - By default, the volume will fade out within 2 seconds, and back in within 1 second - Add the ability for other mods to disable the loading overlay optimization on (Neo)Forge ([PR 193](https://github.com/juliand665/Dynamic-FPS/pull/193) by @LostLuma) - Add device battery integration ([PR 194](https://github.com/juliand665/Dynamic-FPS/pull/194) by @LostLuma) - Allows the mod to track battery levels and states - This is disabled by default and must be enabled by the user - Add a new optional "On Battery" state to adjust certain settings automatically - For now this is limited to setting a different FPS limit on battery - Add ability to only enable idle detection while being on battery - Allows conserving energy should you forget to turn the game off yourself - Add optional notifications when the battery is low or its state changes - Add optional battery display to the in-game HUD - Tells you whether the battery is charging or discharging, and its current level - The sprites for the last two features were drawn by @Pixaurora - Add Dutch translation ([PR 198](https://github.com/juliand665/Dynamic-FPS/pull/198) by @stijnvdkolk) Other Changes: - Config (de)serialization no longer stores default values on disk ([commit bef038](https://github.com/juliand665/Dynamic-FPS/commit/bef038bda6af7ca0cce340c52e256a9bcd3d8b92) by @LostLuma) - Allows modpack creators to exclude values that don't deviate from the default - Update Traditional Chinese translation ([PR 191](https://github.com/juliand665/Dynamic-FPS/pull/191) by @yichifauzi) - Update French translations ([PR 189](https://github.com/juliand665/Dynamic-FPS/pull/189) by @N4TH4NOT) - Update Russian translation ([PR 190](https://github.com/juliand665/Dynamic-FPS/pull/190) by @Alexander317) - Update German translations ([PR 195](https://github.com/juliand665/Dynamic-FPS/pull/195) by @LostLuma and @juliand665) - Update Russian translation ([PR 197](https://github.com/juliand665/Dynamic-FPS/pull/197) by @Felix14-v2) - Update Korean translation ([PR 200](https://github.com/juliand665/Dynamic-FPS/pull/200) by @Shihyeon) Bux Fixes: - Fix idle detection not working for controller users ([PR 184](https://github.com/juliand665/Dynamic-FPS/pull/184) by @LostLuma) - The mod now detects when the player moves and stops idling - Fix HUD info showing while GUI is hidden ([commit a5dffb](https://github.com/juliand665/Dynamic-FPS/commit/a5dffb4d16f0c7a38259b382151854fb7e8edb51) by @LostLuma) - Fix HUD info not working on Minecraft 1.18.2 Forge (done while backporting) Other Info: - Forge support on Minecraft 1.17.1 and below is dropped for now as there were some issues porting the new features. Disclaimer: Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/GitHub/MANUAL_NATIVES_INSTALL.md) if you wish.
3.5.0 Release 25.06.2024

v3.5.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
New Features: - Add the ability to run without Cloth Config on (Neo)Forge ([commit 15e3bf](https://github.com/juliand665/Dynamic-FPS/commit/15e3bf93893711f85fa8378a4461c1e00a5b2a69) by @LostLuma) - A fallback screen will tell you to install Cloth Config instead - Add a wider range of possible FPS limits to our configs ([PR 186](https://github.com/juliand665/Dynamic-FPS/pull/186) by @LostLuma) - Any value accessible via the vanilla FPS limiter is now usable - More fine-grained control is still kept on the lower end of the slider - Add smooth volume transition ([PR 187](https://github.com/juliand665/Dynamic-FPS/pull/187) by @LostLuma) - Sounds can now fade in and out to their requested levels - By default, the volume will fade out within 2 seconds, and back in within 1 second - Add the ability for other mods to disable the loading overlay optimization on (Neo)Forge ([PR 193](https://github.com/juliand665/Dynamic-FPS/pull/193) by @LostLuma) - Add device battery integration ([PR 194](https://github.com/juliand665/Dynamic-FPS/pull/194) by @LostLuma) - Allows the mod to track battery levels and states - This is disabled by default and must be enabled by the user - Add a new optional "On Battery" state to adjust certain settings automatically - For now this is limited to setting a different FPS limit on battery - Add ability to only enable idle detection while being on battery - Allows conserving energy should you forget to turn the game off yourself - Add optional notifications when the battery is low or its state changes - Add optional battery display to the in-game HUD - Tells you whether the battery is charging or discharging, and its current level - The sprites for the last two features were drawn by @Pixaurora - Add Dutch translation ([PR 198](https://github.com/juliand665/Dynamic-FPS/pull/198) by @stijnvdkolk) Other Changes: - Config (de)serialization no longer stores default values on disk ([commit bef038](https://github.com/juliand665/Dynamic-FPS/commit/bef038bda6af7ca0cce340c52e256a9bcd3d8b92) by @LostLuma) - Allows modpack creators to exclude values that don't deviate from the default - Update Traditional Chinese translation ([PR 191](https://github.com/juliand665/Dynamic-FPS/pull/191) by @yichifauzi) - Update French translations ([PR 189](https://github.com/juliand665/Dynamic-FPS/pull/189) by @N4TH4NOT) - Update Russian translation ([PR 190](https://github.com/juliand665/Dynamic-FPS/pull/190) by @Alexander317) - Update German translations ([PR 195](https://github.com/juliand665/Dynamic-FPS/pull/195) by @LostLuma and @juliand665) - Update Russian translation ([PR 197](https://github.com/juliand665/Dynamic-FPS/pull/197) by @Felix14-v2) - Update Korean translation ([PR 200](https://github.com/juliand665/Dynamic-FPS/pull/200) by @Shihyeon) Bux Fixes: - Fix idle detection not working for controller users ([PR 184](https://github.com/juliand665/Dynamic-FPS/pull/184) by @LostLuma) - The mod now detects when the player moves and stops idling - Fix HUD info showing while GUI is hidden ([commit a5dffb](https://github.com/juliand665/Dynamic-FPS/commit/a5dffb4d16f0c7a38259b382151854fb7e8edb51) by @LostLuma) - Fix HUD info not working on Minecraft 1.18.2 Forge (done while backporting) Other Info: - Forge support on Minecraft 1.17.1 and below is dropped for now as there were some issues porting the new features. Disclaimer: Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/GitHub/MANUAL_NATIVES_INSTALL.md) if you wish.
3.5.0 Release 25.06.2024

v3.5.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
quilt
Показати зміни
New Features: - Add the ability to run without Cloth Config on (Neo)Forge ([commit 15e3bf](https://github.com/juliand665/Dynamic-FPS/commit/15e3bf93893711f85fa8378a4461c1e00a5b2a69) by @LostLuma) - A fallback screen will tell you to install Cloth Config instead - Add a wider range of possible FPS limits to our configs ([PR 186](https://github.com/juliand665/Dynamic-FPS/pull/186) by @LostLuma) - Any value accessible via the vanilla FPS limiter is now usable - More fine-grained control is still kept on the lower end of the slider - Add smooth volume transition ([PR 187](https://github.com/juliand665/Dynamic-FPS/pull/187) by @LostLuma) - Sounds can now fade in and out to their requested levels - By default, the volume will fade out within 2 seconds, and back in within 1 second - Add the ability for other mods to disable the loading overlay optimization on (Neo)Forge ([PR 193](https://github.com/juliand665/Dynamic-FPS/pull/193) by @LostLuma) - Add device battery integration ([PR 194](https://github.com/juliand665/Dynamic-FPS/pull/194) by @LostLuma) - Allows the mod to track battery levels and states - This is disabled by default and must be enabled by the user - Add a new optional "On Battery" state to adjust certain settings automatically - For now this is limited to setting a different FPS limit on battery - Add ability to only enable idle detection while being on battery - Allows conserving energy should you forget to turn the game off yourself - Add optional notifications when the battery is low or its state changes - Add optional battery display to the in-game HUD - Tells you whether the battery is charging or discharging, and its current level - The sprites for the last two features were drawn by @Pixaurora - Add Dutch translation ([PR 198](https://github.com/juliand665/Dynamic-FPS/pull/198) by @stijnvdkolk) Other Changes: - Config (de)serialization no longer stores default values on disk ([commit bef038](https://github.com/juliand665/Dynamic-FPS/commit/bef038bda6af7ca0cce340c52e256a9bcd3d8b92) by @LostLuma) - Allows modpack creators to exclude values that don't deviate from the default - Update Traditional Chinese translation ([PR 191](https://github.com/juliand665/Dynamic-FPS/pull/191) by @yichifauzi) - Update French translations ([PR 189](https://github.com/juliand665/Dynamic-FPS/pull/189) by @N4TH4NOT) - Update Russian translation ([PR 190](https://github.com/juliand665/Dynamic-FPS/pull/190) by @Alexander317) - Update German translations ([PR 195](https://github.com/juliand665/Dynamic-FPS/pull/195) by @LostLuma and @juliand665) - Update Russian translation ([PR 197](https://github.com/juliand665/Dynamic-FPS/pull/197) by @Felix14-v2) - Update Korean translation ([PR 200](https://github.com/juliand665/Dynamic-FPS/pull/200) by @Shihyeon) Bux Fixes: - Fix idle detection not working for controller users ([PR 184](https://github.com/juliand665/Dynamic-FPS/pull/184) by @LostLuma) - The mod now detects when the player moves and stops idling - Fix HUD info showing while GUI is hidden ([commit a5dffb](https://github.com/juliand665/Dynamic-FPS/commit/a5dffb4d16f0c7a38259b382151854fb7e8edb51) by @LostLuma) - Fix HUD info not working on Minecraft 1.18.2 Forge (done while backporting) Other Info: - Forge support on Minecraft 1.17.1 and below is dropped for now as there were some issues porting the new features. Disclaimer: Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/GitHub/MANUAL_NATIVES_INSTALL.md) if you wish.
3.5.0 Release 25.06.2024

v3.5.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
New Features: - Add the ability to run without Cloth Config on (Neo)Forge ([commit 15e3bf](https://github.com/juliand665/Dynamic-FPS/commit/15e3bf93893711f85fa8378a4461c1e00a5b2a69) by @LostLuma) - A fallback screen will tell you to install Cloth Config instead - Add a wider range of possible FPS limits to our configs ([PR 186](https://github.com/juliand665/Dynamic-FPS/pull/186) by @LostLuma) - Any value accessible via the vanilla FPS limiter is now usable - More fine-grained control is still kept on the lower end of the slider - Add smooth volume transition ([PR 187](https://github.com/juliand665/Dynamic-FPS/pull/187) by @LostLuma) - Sounds can now fade in and out to their requested levels - By default, the volume will fade out within 2 seconds, and back in within 1 second - Add the ability for other mods to disable the loading overlay optimization on (Neo)Forge ([PR 193](https://github.com/juliand665/Dynamic-FPS/pull/193) by @LostLuma) - Add device battery integration ([PR 194](https://github.com/juliand665/Dynamic-FPS/pull/194) by @LostLuma) - Allows the mod to track battery levels and states - This is disabled by default and must be enabled by the user - Add a new optional "On Battery" state to adjust certain settings automatically - For now this is limited to setting a different FPS limit on battery - Add ability to only enable idle detection while being on battery - Allows conserving energy should you forget to turn the game off yourself - Add optional notifications when the battery is low or its state changes - Add optional battery display to the in-game HUD - Tells you whether the battery is charging or discharging, and its current level - The sprites for the last two features were drawn by @Pixaurora - Add Dutch translation ([PR 198](https://github.com/juliand665/Dynamic-FPS/pull/198) by @stijnvdkolk) Other Changes: - Config (de)serialization no longer stores default values on disk ([commit bef038](https://github.com/juliand665/Dynamic-FPS/commit/bef038bda6af7ca0cce340c52e256a9bcd3d8b92) by @LostLuma) - Allows modpack creators to exclude values that don't deviate from the default - Update Traditional Chinese translation ([PR 191](https://github.com/juliand665/Dynamic-FPS/pull/191) by @yichifauzi) - Update French translations ([PR 189](https://github.com/juliand665/Dynamic-FPS/pull/189) by @N4TH4NOT) - Update Russian translation ([PR 190](https://github.com/juliand665/Dynamic-FPS/pull/190) by @Alexander317) - Update German translations ([PR 195](https://github.com/juliand665/Dynamic-FPS/pull/195) by @LostLuma and @juliand665) - Update Russian translation ([PR 197](https://github.com/juliand665/Dynamic-FPS/pull/197) by @Felix14-v2) - Update Korean translation ([PR 200](https://github.com/juliand665/Dynamic-FPS/pull/200) by @Shihyeon) Bux Fixes: - Fix idle detection not working for controller users ([PR 184](https://github.com/juliand665/Dynamic-FPS/pull/184) by @LostLuma) - The mod now detects when the player moves and stops idling - Fix HUD info showing while GUI is hidden ([commit a5dffb](https://github.com/juliand665/Dynamic-FPS/commit/a5dffb4d16f0c7a38259b382151854fb7e8edb51) by @LostLuma) - Fix HUD info not working on Minecraft 1.18.2 Forge (done while backporting) Other Info: - Forge support on Minecraft 1.17.1 and below is dropped for now as there were some issues porting the new features. Disclaimer: Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/GitHub/MANUAL_NATIVES_INSTALL.md) if you wish.
3.5.0 Release 25.06.2024

v3.5.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric
Показати зміни
New Features: - Add the ability to run without Cloth Config on (Neo)Forge ([commit 15e3bf](https://github.com/juliand665/Dynamic-FPS/commit/15e3bf93893711f85fa8378a4461c1e00a5b2a69) by @LostLuma) - A fallback screen will tell you to install Cloth Config instead - Add a wider range of possible FPS limits to our configs ([PR 186](https://github.com/juliand665/Dynamic-FPS/pull/186) by @LostLuma) - Any value accessible via the vanilla FPS limiter is now usable - More fine-grained control is still kept on the lower end of the slider - Add smooth volume transition ([PR 187](https://github.com/juliand665/Dynamic-FPS/pull/187) by @LostLuma) - Sounds can now fade in and out to their requested levels - By default, the volume will fade out within 2 seconds, and back in within 1 second - Add the ability for other mods to disable the loading overlay optimization on (Neo)Forge ([PR 193](https://github.com/juliand665/Dynamic-FPS/pull/193) by @LostLuma) - Add device battery integration ([PR 194](https://github.com/juliand665/Dynamic-FPS/pull/194) by @LostLuma) - Allows the mod to track battery levels and states - This is disabled by default and must be enabled by the user - Add a new optional "On Battery" state to adjust certain settings automatically - For now this is limited to setting a different FPS limit on battery - Add ability to only enable idle detection while being on battery - Allows conserving energy should you forget to turn the game off yourself - Add optional notifications when the battery is low or its state changes - Add optional battery display to the in-game HUD - Tells you whether the battery is charging or discharging, and its current level - The sprites for the last two features were drawn by @Pixaurora - Add Dutch translation ([PR 198](https://github.com/juliand665/Dynamic-FPS/pull/198) by @stijnvdkolk) Other Changes: - Config (de)serialization no longer stores default values on disk ([commit bef038](https://github.com/juliand665/Dynamic-FPS/commit/bef038bda6af7ca0cce340c52e256a9bcd3d8b92) by @LostLuma) - Allows modpack creators to exclude values that don't deviate from the default - Update Traditional Chinese translation ([PR 191](https://github.com/juliand665/Dynamic-FPS/pull/191) by @yichifauzi) - Update French translations ([PR 189](https://github.com/juliand665/Dynamic-FPS/pull/189) by @N4TH4NOT) - Update Russian translation ([PR 190](https://github.com/juliand665/Dynamic-FPS/pull/190) by @Alexander317) - Update German translations ([PR 195](https://github.com/juliand665/Dynamic-FPS/pull/195) by @LostLuma and @juliand665) - Update Russian translation ([PR 197](https://github.com/juliand665/Dynamic-FPS/pull/197) by @Felix14-v2) - Update Korean translation ([PR 200](https://github.com/juliand665/Dynamic-FPS/pull/200) by @Shihyeon) Bux Fixes: - Fix idle detection not working for controller users ([PR 184](https://github.com/juliand665/Dynamic-FPS/pull/184) by @LostLuma) - The mod now detects when the player moves and stops idling - Fix HUD info showing while GUI is hidden ([commit a5dffb](https://github.com/juliand665/Dynamic-FPS/commit/a5dffb4d16f0c7a38259b382151854fb7e8edb51) by @LostLuma) - Fix HUD info not working on Minecraft 1.18.2 Forge (done while backporting) Other Info: - Forge support on Minecraft 1.17.1 and below is dropped for now as there were some issues porting the new features. Disclaimer: Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/GitHub/MANUAL_NATIVES_INSTALL.md) if you wish.
3.5.0 Release 25.06.2024

v3.5.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
quilt
Показати зміни
New Features: - Add the ability to run without Cloth Config on (Neo)Forge ([commit 15e3bf](https://github.com/juliand665/Dynamic-FPS/commit/15e3bf93893711f85fa8378a4461c1e00a5b2a69) by @LostLuma) - A fallback screen will tell you to install Cloth Config instead - Add a wider range of possible FPS limits to our configs ([PR 186](https://github.com/juliand665/Dynamic-FPS/pull/186) by @LostLuma) - Any value accessible via the vanilla FPS limiter is now usable - More fine-grained control is still kept on the lower end of the slider - Add smooth volume transition ([PR 187](https://github.com/juliand665/Dynamic-FPS/pull/187) by @LostLuma) - Sounds can now fade in and out to their requested levels - By default, the volume will fade out within 2 seconds, and back in within 1 second - Add the ability for other mods to disable the loading overlay optimization on (Neo)Forge ([PR 193](https://github.com/juliand665/Dynamic-FPS/pull/193) by @LostLuma) - Add device battery integration ([PR 194](https://github.com/juliand665/Dynamic-FPS/pull/194) by @LostLuma) - Allows the mod to track battery levels and states - This is disabled by default and must be enabled by the user - Add a new optional "On Battery" state to adjust certain settings automatically - For now this is limited to setting a different FPS limit on battery - Add ability to only enable idle detection while being on battery - Allows conserving energy should you forget to turn the game off yourself - Add optional notifications when the battery is low or its state changes - Add optional battery display to the in-game HUD - Tells you whether the battery is charging or discharging, and its current level - The sprites for the last two features were drawn by @Pixaurora - Add Dutch translation ([PR 198](https://github.com/juliand665/Dynamic-FPS/pull/198) by @stijnvdkolk) Other Changes: - Config (de)serialization no longer stores default values on disk ([commit bef038](https://github.com/juliand665/Dynamic-FPS/commit/bef038bda6af7ca0cce340c52e256a9bcd3d8b92) by @LostLuma) - Allows modpack creators to exclude values that don't deviate from the default - Update Traditional Chinese translation ([PR 191](https://github.com/juliand665/Dynamic-FPS/pull/191) by @yichifauzi) - Update French translations ([PR 189](https://github.com/juliand665/Dynamic-FPS/pull/189) by @N4TH4NOT) - Update Russian translation ([PR 190](https://github.com/juliand665/Dynamic-FPS/pull/190) by @Alexander317) - Update German translations ([PR 195](https://github.com/juliand665/Dynamic-FPS/pull/195) by @LostLuma and @juliand665) - Update Russian translation ([PR 197](https://github.com/juliand665/Dynamic-FPS/pull/197) by @Felix14-v2) - Update Korean translation ([PR 200](https://github.com/juliand665/Dynamic-FPS/pull/200) by @Shihyeon) Bux Fixes: - Fix idle detection not working for controller users ([PR 184](https://github.com/juliand665/Dynamic-FPS/pull/184) by @LostLuma) - The mod now detects when the player moves and stops idling - Fix HUD info showing while GUI is hidden ([commit a5dffb](https://github.com/juliand665/Dynamic-FPS/commit/a5dffb4d16f0c7a38259b382151854fb7e8edb51) by @LostLuma) - Fix HUD info not working on Minecraft 1.18.2 Forge (done while backporting) Other Info: - Forge support on Minecraft 1.17.1 and below is dropped for now as there were some issues porting the new features. Disclaimer: Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/GitHub/MANUAL_NATIVES_INSTALL.md) if you wish.
3.5.0 Release 25.06.2024

v3.5.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
New Features: - Add the ability to run without Cloth Config on (Neo)Forge ([commit 15e3bf](https://github.com/juliand665/Dynamic-FPS/commit/15e3bf93893711f85fa8378a4461c1e00a5b2a69) by @LostLuma) - A fallback screen will tell you to install Cloth Config instead - Add a wider range of possible FPS limits to our configs ([PR 186](https://github.com/juliand665/Dynamic-FPS/pull/186) by @LostLuma) - Any value accessible via the vanilla FPS limiter is now usable - More fine-grained control is still kept on the lower end of the slider - Add smooth volume transition ([PR 187](https://github.com/juliand665/Dynamic-FPS/pull/187) by @LostLuma) - Sounds can now fade in and out to their requested levels - By default, the volume will fade out within 2 seconds, and back in within 1 second - Add the ability for other mods to disable the loading overlay optimization on (Neo)Forge ([PR 193](https://github.com/juliand665/Dynamic-FPS/pull/193) by @LostLuma) - Add device battery integration ([PR 194](https://github.com/juliand665/Dynamic-FPS/pull/194) by @LostLuma) - Allows the mod to track battery levels and states - This is disabled by default and must be enabled by the user - Add a new optional "On Battery" state to adjust certain settings automatically - For now this is limited to setting a different FPS limit on battery - Add ability to only enable idle detection while being on battery - Allows conserving energy should you forget to turn the game off yourself - Add optional notifications when the battery is low or its state changes - Add optional battery display to the in-game HUD - Tells you whether the battery is charging or discharging, and its current level - The sprites for the last two features were drawn by @Pixaurora - Add Dutch translation ([PR 198](https://github.com/juliand665/Dynamic-FPS/pull/198) by @stijnvdkolk) Other Changes: - Config (de)serialization no longer stores default values on disk ([commit bef038](https://github.com/juliand665/Dynamic-FPS/commit/bef038bda6af7ca0cce340c52e256a9bcd3d8b92) by @LostLuma) - Allows modpack creators to exclude values that don't deviate from the default - Update Traditional Chinese translation ([PR 191](https://github.com/juliand665/Dynamic-FPS/pull/191) by @yichifauzi) - Update French translations ([PR 189](https://github.com/juliand665/Dynamic-FPS/pull/189) by @N4TH4NOT) - Update Russian translation ([PR 190](https://github.com/juliand665/Dynamic-FPS/pull/190) by @Alexander317) - Update German translations ([PR 195](https://github.com/juliand665/Dynamic-FPS/pull/195) by @LostLuma and @juliand665) - Update Russian translation ([PR 197](https://github.com/juliand665/Dynamic-FPS/pull/197) by @Felix14-v2) - Update Korean translation ([PR 200](https://github.com/juliand665/Dynamic-FPS/pull/200) by @Shihyeon) Bux Fixes: - Fix idle detection not working for controller users ([PR 184](https://github.com/juliand665/Dynamic-FPS/pull/184) by @LostLuma) - The mod now detects when the player moves and stops idling - Fix HUD info showing while GUI is hidden ([commit a5dffb](https://github.com/juliand665/Dynamic-FPS/commit/a5dffb4d16f0c7a38259b382151854fb7e8edb51) by @LostLuma) - Fix HUD info not working on Minecraft 1.18.2 Forge (done while backporting) Other Info: - Forge support on Minecraft 1.17.1 and below is dropped for now as there were some issues porting the new features. Disclaimer: Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/GitHub/MANUAL_NATIVES_INSTALL.md) if you wish.
3.5.0 Release 25.06.2024

v3.5.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
New Features: - Add the ability to run without Cloth Config on (Neo)Forge ([commit 15e3bf](https://github.com/juliand665/Dynamic-FPS/commit/15e3bf93893711f85fa8378a4461c1e00a5b2a69) by @LostLuma) - A fallback screen will tell you to install Cloth Config instead - Add a wider range of possible FPS limits to our configs ([PR 186](https://github.com/juliand665/Dynamic-FPS/pull/186) by @LostLuma) - Any value accessible via the vanilla FPS limiter is now usable - More fine-grained control is still kept on the lower end of the slider - Add smooth volume transition ([PR 187](https://github.com/juliand665/Dynamic-FPS/pull/187) by @LostLuma) - Sounds can now fade in and out to their requested levels - By default, the volume will fade out within 2 seconds, and back in within 1 second - Add the ability for other mods to disable the loading overlay optimization on (Neo)Forge ([PR 193](https://github.com/juliand665/Dynamic-FPS/pull/193) by @LostLuma) - Add device battery integration ([PR 194](https://github.com/juliand665/Dynamic-FPS/pull/194) by @LostLuma) - Allows the mod to track battery levels and states - This is disabled by default and must be enabled by the user - Add a new optional "On Battery" state to adjust certain settings automatically - For now this is limited to setting a different FPS limit on battery - Add ability to only enable idle detection while being on battery - Allows conserving energy should you forget to turn the game off yourself - Add optional notifications when the battery is low or its state changes - Add optional battery display to the in-game HUD - Tells you whether the battery is charging or discharging, and its current level - The sprites for the last two features were drawn by @Pixaurora - Add Dutch translation ([PR 198](https://github.com/juliand665/Dynamic-FPS/pull/198) by @stijnvdkolk) Other Changes: - Config (de)serialization no longer stores default values on disk ([commit bef038](https://github.com/juliand665/Dynamic-FPS/commit/bef038bda6af7ca0cce340c52e256a9bcd3d8b92) by @LostLuma) - Allows modpack creators to exclude values that don't deviate from the default - Update Traditional Chinese translation ([PR 191](https://github.com/juliand665/Dynamic-FPS/pull/191) by @yichifauzi) - Update French translations ([PR 189](https://github.com/juliand665/Dynamic-FPS/pull/189) by @N4TH4NOT) - Update Russian translation ([PR 190](https://github.com/juliand665/Dynamic-FPS/pull/190) by @Alexander317) - Update German translations ([PR 195](https://github.com/juliand665/Dynamic-FPS/pull/195) by @LostLuma and @juliand665) - Update Russian translation ([PR 197](https://github.com/juliand665/Dynamic-FPS/pull/197) by @Felix14-v2) - Update Korean translation ([PR 200](https://github.com/juliand665/Dynamic-FPS/pull/200) by @Shihyeon) Bux Fixes: - Fix idle detection not working for controller users ([PR 184](https://github.com/juliand665/Dynamic-FPS/pull/184) by @LostLuma) - The mod now detects when the player moves and stops idling - Fix HUD info showing while GUI is hidden ([commit a5dffb](https://github.com/juliand665/Dynamic-FPS/commit/a5dffb4d16f0c7a38259b382151854fb7e8edb51) by @LostLuma) - Fix HUD info not working on Minecraft 1.18.2 Forge (done while backporting) Other Info: - Forge support on Minecraft 1.17.1 and below is dropped for now as there were some issues porting the new features. Disclaimer: Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/GitHub/MANUAL_NATIVES_INSTALL.md) if you wish.
3.5.0 Release 25.06.2024

v3.5.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
quilt
Показати зміни
New Features: - Add the ability to run without Cloth Config on (Neo)Forge ([commit 15e3bf](https://github.com/juliand665/Dynamic-FPS/commit/15e3bf93893711f85fa8378a4461c1e00a5b2a69) by @LostLuma) - A fallback screen will tell you to install Cloth Config instead - Add a wider range of possible FPS limits to our configs ([PR 186](https://github.com/juliand665/Dynamic-FPS/pull/186) by @LostLuma) - Any value accessible via the vanilla FPS limiter is now usable - More fine-grained control is still kept on the lower end of the slider - Add smooth volume transition ([PR 187](https://github.com/juliand665/Dynamic-FPS/pull/187) by @LostLuma) - Sounds can now fade in and out to their requested levels - By default, the volume will fade out within 2 seconds, and back in within 1 second - Add the ability for other mods to disable the loading overlay optimization on (Neo)Forge ([PR 193](https://github.com/juliand665/Dynamic-FPS/pull/193) by @LostLuma) - Add device battery integration ([PR 194](https://github.com/juliand665/Dynamic-FPS/pull/194) by @LostLuma) - Allows the mod to track battery levels and states - This is disabled by default and must be enabled by the user - Add a new optional "On Battery" state to adjust certain settings automatically - For now this is limited to setting a different FPS limit on battery - Add ability to only enable idle detection while being on battery - Allows conserving energy should you forget to turn the game off yourself - Add optional notifications when the battery is low or its state changes - Add optional battery display to the in-game HUD - Tells you whether the battery is charging or discharging, and its current level - The sprites for the last two features were drawn by @Pixaurora - Add Dutch translation ([PR 198](https://github.com/juliand665/Dynamic-FPS/pull/198) by @stijnvdkolk) Other Changes: - Config (de)serialization no longer stores default values on disk ([commit bef038](https://github.com/juliand665/Dynamic-FPS/commit/bef038bda6af7ca0cce340c52e256a9bcd3d8b92) by @LostLuma) - Allows modpack creators to exclude values that don't deviate from the default - Update Traditional Chinese translation ([PR 191](https://github.com/juliand665/Dynamic-FPS/pull/191) by @yichifauzi) - Update French translations ([PR 189](https://github.com/juliand665/Dynamic-FPS/pull/189) by @N4TH4NOT) - Update Russian translation ([PR 190](https://github.com/juliand665/Dynamic-FPS/pull/190) by @Alexander317) - Update German translations ([PR 195](https://github.com/juliand665/Dynamic-FPS/pull/195) by @LostLuma and @juliand665) - Update Russian translation ([PR 197](https://github.com/juliand665/Dynamic-FPS/pull/197) by @Felix14-v2) - Update Korean translation ([PR 200](https://github.com/juliand665/Dynamic-FPS/pull/200) by @Shihyeon) Bux Fixes: - Fix idle detection not working for controller users ([PR 184](https://github.com/juliand665/Dynamic-FPS/pull/184) by @LostLuma) - The mod now detects when the player moves and stops idling - Fix HUD info showing while GUI is hidden ([commit a5dffb](https://github.com/juliand665/Dynamic-FPS/commit/a5dffb4d16f0c7a38259b382151854fb7e8edb51) by @LostLuma) - Fix HUD info not working on Minecraft 1.18.2 Forge (done while backporting) Other Info: - Forge support on Minecraft 1.17.1 and below is dropped for now as there were some issues porting the new features. Disclaimer: Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/GitHub/MANUAL_NATIVES_INSTALL.md) if you wish.
3.5.0 Release 25.06.2024

v3.5.0

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
forge
Показати зміни
New Features: - Add the ability to run without Cloth Config on (Neo)Forge ([commit 15e3bf](https://github.com/juliand665/Dynamic-FPS/commit/15e3bf93893711f85fa8378a4461c1e00a5b2a69) by @LostLuma) - A fallback screen will tell you to install Cloth Config instead - Add a wider range of possible FPS limits to our configs ([PR 186](https://github.com/juliand665/Dynamic-FPS/pull/186) by @LostLuma) - Any value accessible via the vanilla FPS limiter is now usable - More fine-grained control is still kept on the lower end of the slider - Add smooth volume transition ([PR 187](https://github.com/juliand665/Dynamic-FPS/pull/187) by @LostLuma) - Sounds can now fade in and out to their requested levels - By default, the volume will fade out within 2 seconds, and back in within 1 second - Add the ability for other mods to disable the loading overlay optimization on (Neo)Forge ([PR 193](https://github.com/juliand665/Dynamic-FPS/pull/193) by @LostLuma) - Add device battery integration ([PR 194](https://github.com/juliand665/Dynamic-FPS/pull/194) by @LostLuma) - Allows the mod to track battery levels and states - This is disabled by default and must be enabled by the user - Add a new optional "On Battery" state to adjust certain settings automatically - For now this is limited to setting a different FPS limit on battery - Add ability to only enable idle detection while being on battery - Allows conserving energy should you forget to turn the game off yourself - Add optional notifications when the battery is low or its state changes - Add optional battery display to the in-game HUD - Tells you whether the battery is charging or discharging, and its current level - The sprites for the last two features were drawn by @Pixaurora - Add Dutch translation ([PR 198](https://github.com/juliand665/Dynamic-FPS/pull/198) by @stijnvdkolk) Other Changes: - Config (de)serialization no longer stores default values on disk ([commit bef038](https://github.com/juliand665/Dynamic-FPS/commit/bef038bda6af7ca0cce340c52e256a9bcd3d8b92) by @LostLuma) - Allows modpack creators to exclude values that don't deviate from the default - Update Traditional Chinese translation ([PR 191](https://github.com/juliand665/Dynamic-FPS/pull/191) by @yichifauzi) - Update French translations ([PR 189](https://github.com/juliand665/Dynamic-FPS/pull/189) by @N4TH4NOT) - Update Russian translation ([PR 190](https://github.com/juliand665/Dynamic-FPS/pull/190) by @Alexander317) - Update German translations ([PR 195](https://github.com/juliand665/Dynamic-FPS/pull/195) by @LostLuma and @juliand665) - Update Russian translation ([PR 197](https://github.com/juliand665/Dynamic-FPS/pull/197) by @Felix14-v2) - Update Korean translation ([PR 200](https://github.com/juliand665/Dynamic-FPS/pull/200) by @Shihyeon) Bux Fixes: - Fix idle detection not working for controller users ([PR 184](https://github.com/juliand665/Dynamic-FPS/pull/184) by @LostLuma) - The mod now detects when the player moves and stops idling - Fix HUD info showing while GUI is hidden ([commit a5dffb](https://github.com/juliand665/Dynamic-FPS/commit/a5dffb4d16f0c7a38259b382151854fb7e8edb51) by @LostLuma) - Fix HUD info not working on Minecraft 1.18.2 Forge (done while backporting) Other Info: - Forge support on Minecraft 1.17.1 and below is dropped for now as there were some issues porting the new features. Disclaimer: Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/GitHub/MANUAL_NATIVES_INSTALL.md) if you wish.
3.5.0 Release 25.06.2024

v3.5.0

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
New Features: - Add the ability to run without Cloth Config on (Neo)Forge ([commit 15e3bf](https://github.com/juliand665/Dynamic-FPS/commit/15e3bf93893711f85fa8378a4461c1e00a5b2a69) by @LostLuma) - A fallback screen will tell you to install Cloth Config instead - Add a wider range of possible FPS limits to our configs ([PR 186](https://github.com/juliand665/Dynamic-FPS/pull/186) by @LostLuma) - Any value accessible via the vanilla FPS limiter is now usable - More fine-grained control is still kept on the lower end of the slider - Add smooth volume transition ([PR 187](https://github.com/juliand665/Dynamic-FPS/pull/187) by @LostLuma) - Sounds can now fade in and out to their requested levels - By default, the volume will fade out within 2 seconds, and back in within 1 second - Add the ability for other mods to disable the loading overlay optimization on (Neo)Forge ([PR 193](https://github.com/juliand665/Dynamic-FPS/pull/193) by @LostLuma) - Add device battery integration ([PR 194](https://github.com/juliand665/Dynamic-FPS/pull/194) by @LostLuma) - Allows the mod to track battery levels and states - This is disabled by default and must be enabled by the user - Add a new optional "On Battery" state to adjust certain settings automatically - For now this is limited to setting a different FPS limit on battery - Add ability to only enable idle detection while being on battery - Allows conserving energy should you forget to turn the game off yourself - Add optional notifications when the battery is low or its state changes - Add optional battery display to the in-game HUD - Tells you whether the battery is charging or discharging, and its current level - The sprites for the last two features were drawn by @Pixaurora - Add Dutch translation ([PR 198](https://github.com/juliand665/Dynamic-FPS/pull/198) by @stijnvdkolk) Other Changes: - Config (de)serialization no longer stores default values on disk ([commit bef038](https://github.com/juliand665/Dynamic-FPS/commit/bef038bda6af7ca0cce340c52e256a9bcd3d8b92) by @LostLuma) - Allows modpack creators to exclude values that don't deviate from the default - Update Traditional Chinese translation ([PR 191](https://github.com/juliand665/Dynamic-FPS/pull/191) by @yichifauzi) - Update French translations ([PR 189](https://github.com/juliand665/Dynamic-FPS/pull/189) by @N4TH4NOT) - Update Russian translation ([PR 190](https://github.com/juliand665/Dynamic-FPS/pull/190) by @Alexander317) - Update German translations ([PR 195](https://github.com/juliand665/Dynamic-FPS/pull/195) by @LostLuma and @juliand665) - Update Russian translation ([PR 197](https://github.com/juliand665/Dynamic-FPS/pull/197) by @Felix14-v2) - Update Korean translation ([PR 200](https://github.com/juliand665/Dynamic-FPS/pull/200) by @Shihyeon) Bux Fixes: - Fix idle detection not working for controller users ([PR 184](https://github.com/juliand665/Dynamic-FPS/pull/184) by @LostLuma) - The mod now detects when the player moves and stops idling - Fix HUD info showing while GUI is hidden ([commit a5dffb](https://github.com/juliand665/Dynamic-FPS/commit/a5dffb4d16f0c7a38259b382151854fb7e8edb51) by @LostLuma) - Fix HUD info not working on Minecraft 1.18.2 Forge (done while backporting) Other Info: - Forge support on Minecraft 1.17.1 and below is dropped for now as there were some issues porting the new features. Disclaimer: Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/GitHub/MANUAL_NATIVES_INSTALL.md) if you wish.
3.5.0 Release 25.06.2024

v3.5.0

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
New Features: - Add the ability to run without Cloth Config on (Neo)Forge ([commit 15e3bf](https://github.com/juliand665/Dynamic-FPS/commit/15e3bf93893711f85fa8378a4461c1e00a5b2a69) by @LostLuma) - A fallback screen will tell you to install Cloth Config instead - Add a wider range of possible FPS limits to our configs ([PR 186](https://github.com/juliand665/Dynamic-FPS/pull/186) by @LostLuma) - Any value accessible via the vanilla FPS limiter is now usable - More fine-grained control is still kept on the lower end of the slider - Add smooth volume transition ([PR 187](https://github.com/juliand665/Dynamic-FPS/pull/187) by @LostLuma) - Sounds can now fade in and out to their requested levels - By default, the volume will fade out within 2 seconds, and back in within 1 second - Add the ability for other mods to disable the loading overlay optimization on (Neo)Forge ([PR 193](https://github.com/juliand665/Dynamic-FPS/pull/193) by @LostLuma) - Add device battery integration ([PR 194](https://github.com/juliand665/Dynamic-FPS/pull/194) by @LostLuma) - Allows the mod to track battery levels and states - This is disabled by default and must be enabled by the user - Add a new optional "On Battery" state to adjust certain settings automatically - For now this is limited to setting a different FPS limit on battery - Add ability to only enable idle detection while being on battery - Allows conserving energy should you forget to turn the game off yourself - Add optional notifications when the battery is low or its state changes - Add optional battery display to the in-game HUD - Tells you whether the battery is charging or discharging, and its current level - The sprites for the last two features were drawn by @Pixaurora - Add Dutch translation ([PR 198](https://github.com/juliand665/Dynamic-FPS/pull/198) by @stijnvdkolk) Other Changes: - Config (de)serialization no longer stores default values on disk ([commit bef038](https://github.com/juliand665/Dynamic-FPS/commit/bef038bda6af7ca0cce340c52e256a9bcd3d8b92) by @LostLuma) - Allows modpack creators to exclude values that don't deviate from the default - Update Traditional Chinese translation ([PR 191](https://github.com/juliand665/Dynamic-FPS/pull/191) by @yichifauzi) - Update French translations ([PR 189](https://github.com/juliand665/Dynamic-FPS/pull/189) by @N4TH4NOT) - Update Russian translation ([PR 190](https://github.com/juliand665/Dynamic-FPS/pull/190) by @Alexander317) - Update German translations ([PR 195](https://github.com/juliand665/Dynamic-FPS/pull/195) by @LostLuma and @juliand665) - Update Russian translation ([PR 197](https://github.com/juliand665/Dynamic-FPS/pull/197) by @Felix14-v2) - Update Korean translation ([PR 200](https://github.com/juliand665/Dynamic-FPS/pull/200) by @Shihyeon) Bux Fixes: - Fix idle detection not working for controller users ([PR 184](https://github.com/juliand665/Dynamic-FPS/pull/184) by @LostLuma) - The mod now detects when the player moves and stops idling - Fix HUD info showing while GUI is hidden ([commit a5dffb](https://github.com/juliand665/Dynamic-FPS/commit/a5dffb4d16f0c7a38259b382151854fb7e8edb51) by @LostLuma) - Fix HUD info not working on Minecraft 1.18.2 Forge (done while backporting) Other Info: - Forge support on Minecraft 1.17.1 and below is dropped for now as there were some issues porting the new features. Disclaimer: Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/GitHub/MANUAL_NATIVES_INSTALL.md) if you wish.
3.5.0 Release 25.06.2024

v3.5.0

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
New Features: - Add the ability to run without Cloth Config on (Neo)Forge ([commit 15e3bf](https://github.com/juliand665/Dynamic-FPS/commit/15e3bf93893711f85fa8378a4461c1e00a5b2a69) by @LostLuma) - A fallback screen will tell you to install Cloth Config instead - Add a wider range of possible FPS limits to our configs ([PR 186](https://github.com/juliand665/Dynamic-FPS/pull/186) by @LostLuma) - Any value accessible via the vanilla FPS limiter is now usable - More fine-grained control is still kept on the lower end of the slider - Add smooth volume transition ([PR 187](https://github.com/juliand665/Dynamic-FPS/pull/187) by @LostLuma) - Sounds can now fade in and out to their requested levels - By default, the volume will fade out within 2 seconds, and back in within 1 second - Add the ability for other mods to disable the loading overlay optimization on (Neo)Forge ([PR 193](https://github.com/juliand665/Dynamic-FPS/pull/193) by @LostLuma) - Add device battery integration ([PR 194](https://github.com/juliand665/Dynamic-FPS/pull/194) by @LostLuma) - Allows the mod to track battery levels and states - This is disabled by default and must be enabled by the user - Add a new optional "On Battery" state to adjust certain settings automatically - For now this is limited to setting a different FPS limit on battery - Add ability to only enable idle detection while being on battery - Allows conserving energy should you forget to turn the game off yourself - Add optional notifications when the battery is low or its state changes - Add optional battery display to the in-game HUD - Tells you whether the battery is charging or discharging, and its current level - The sprites for the last two features were drawn by @Pixaurora - Add Dutch translation ([PR 198](https://github.com/juliand665/Dynamic-FPS/pull/198) by @stijnvdkolk) Other Changes: - Config (de)serialization no longer stores default values on disk ([commit bef038](https://github.com/juliand665/Dynamic-FPS/commit/bef038bda6af7ca0cce340c52e256a9bcd3d8b92) by @LostLuma) - Allows modpack creators to exclude values that don't deviate from the default - Update Traditional Chinese translation ([PR 191](https://github.com/juliand665/Dynamic-FPS/pull/191) by @yichifauzi) - Update French translations ([PR 189](https://github.com/juliand665/Dynamic-FPS/pull/189) by @N4TH4NOT) - Update Russian translation ([PR 190](https://github.com/juliand665/Dynamic-FPS/pull/190) by @Alexander317) - Update German translations ([PR 195](https://github.com/juliand665/Dynamic-FPS/pull/195) by @LostLuma and @juliand665) - Update Russian translation ([PR 197](https://github.com/juliand665/Dynamic-FPS/pull/197) by @Felix14-v2) - Update Korean translation ([PR 200](https://github.com/juliand665/Dynamic-FPS/pull/200) by @Shihyeon) Bux Fixes: - Fix idle detection not working for controller users ([PR 184](https://github.com/juliand665/Dynamic-FPS/pull/184) by @LostLuma) - The mod now detects when the player moves and stops idling - Fix HUD info showing while GUI is hidden ([commit a5dffb](https://github.com/juliand665/Dynamic-FPS/commit/a5dffb4d16f0c7a38259b382151854fb7e8edb51) by @LostLuma) - Fix HUD info not working on Minecraft 1.18.2 Forge (done while backporting) Other Info: - Forge support on Minecraft 1.17.1 and below is dropped for now as there were some issues porting the new features. Disclaimer: Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/GitHub/MANUAL_NATIVES_INSTALL.md) if you wish.
3.5.0-beta.3 Beta 23.06.2024

v3.5.0-beta.3

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
This is hopefully the last beta and a proper release will happen on Monday :) - Add smart toast queuing ([commit 40dd7c](https://github.com/juliand665/Dynamic-FPS/commit/40dd7c4fe3a552065d318ab898d462b3b8274afc) by @LostLuma) - Returning to Minecraft will now only present you the newest battery notification - Add more customization to smooth volume transition ([commit a46e39](https://github.com/juliand665/Dynamic-FPS/commit/a46e39fe4b0a7c017f34a92dd009b4bb051d9a54) by @LostLuma) - Allow changing the speed in steps of single percents instead of steps of tens of percents - Fix battery status shown in toasts being outdated ([commit f333fc](https://github.com/juliand665/Dynamic-FPS/commit/f333fc354ddcd7ec65f7f613d2383844f6ec75c6) by @LostLuma) - Fix toasts being queued on the wrong thread ([commit e9ac7b](https://github.com/juliand665/Dynamic-FPS/commit/e9ac7bdbcae4a4a56de47b57047f32bd4cefdf4d) by @LostLuma)
3.5.0-beta.2 Beta 22.06.2024

v3.5.0-beta.2

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
- Fix being unable to set a master volume override of 100% for certain states ([commit 4fd8db](https://github.com/juliand665/Dynamic-FPS/commit/4fd8db83a1e4a25acb19a0c5ccc0a4226ad4f16a) by @LostLuma)
3.5.0-beta.1 Beta 21.06.2024

v3.5.0-beta.1

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
Показати зміни
This beta release is limited to Minecraft 1.21.0 and Fabric. The full 3.5.0 release will be available to other Minecraft versions and platforms. New Features: - Add the ability to run without Cloth Config on (Neo)Forge ([commit 15e3bf](https://github.com/juliand665/Dynamic-FPS/commit/15e3bf93893711f85fa8378a4461c1e00a5b2a69) by @LostLuma) - A fallback screen will tell you to install Cloth Config instead - Add a wider range of possible FPS limits to our configs ([PR 186](https://github.com/juliand665/Dynamic-FPS/pull/186) by @LostLuma) - Any value accessible via the vanilla FPS limiter is now usable - More fine-grained control is still kept on the lower end of the slider - Add smooth volume transition ([PR 187](https://github.com/juliand665/Dynamic-FPS/pull/187) by @LostLuma) - Sounds can now fade in and out to their requested levels - By default, the volume will fade out within 2 seconds, and back in within 1 second - Add the ability for other mods to disable the loading overlay optimization on (Neo)Forge ([PR 193](https://github.com/juliand665/Dynamic-FPS/pull/193) by @LostLuma) - Add device battery integration ([PR 194](https://github.com/juliand665/Dynamic-FPS/pull/194) by @LostLuma) - Allows the mod to track battery levels and states - This is disabled by default and must be enabled by the user - Add a new optional "On Battery" state to adjust certain settings automatically - For now this is limited to setting a different FPS limit on battery - Add ability to only enable idle detection while being on battery - Allows conserving energy should you forget to turn the game off yourself - Add optional notifications when the battery is low or its state changes - Add optional battery display to the in-game HUD - Tells you whether the battery is charging or discharging, and its current level - The sprites for the last two features were drawn by @Pixaurora - Add Dutch translation ([PR 198](https://github.com/juliand665/Dynamic-FPS/pull/198) by @stijnvdkolk) Other Changes: - Config serialization no longer stores default values on disk ([commit bef038](https://github.com/juliand665/Dynamic-FPS/commit/bef038bda6af7ca0cce340c52e256a9bcd3d8b92) by @LostLuma) - Allows modpack developers to exclude values that don't deviate from the default - Update Traditional Chinese translation ([PR 191](https://github.com/juliand665/Dynamic-FPS/pull/191) by @yichifauzi) - Update French translations ([PR 189](https://github.com/juliand665/Dynamic-FPS/pull/189) by @N4TH4NOT) - Update Russian translation ([PR 190](https://github.com/juliand665/Dynamic-FPS/pull/190) by @Alexander317) - Update German translations ([PR 195](https://github.com/juliand665/Dynamic-FPS/pull/195) by @LostLuma and @juliand665) - Update Russian translation ([PR 197](https://github.com/juliand665/Dynamic-FPS/pull/197) by @Felix14-v2) Bux Fixes: - Fix idle detection not working for controller users ([PR 184](https://github.com/juliand665/Dynamic-FPS/pull/184) by @LostLuma) - The mod now detects when the player moves and stops idling Disclaimer: Enabling the battery integration requires downloading an additional library at runtime. The mod contains the hashes for these files ahead of time and will verify them before usage. You may disable this behavior in the mod's settings, or [install the library yourself](https://github.com/juliand665/Dynamic-FPS/blob/main/GitHub/MANUAL_NATIVES_INSTALL.md) if you wish.
3.4.3-neoforge.21.0.beta.1 Beta 14.06.2024

v3.4.3-neoforge.21.0.beta.1

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
neoforge
Показати зміни
- First release for NeoForge 21.0.0-beta and above - Now has a maybe less confusing version scheme for these betas :)
3.4.3 Release 10.06.2024

v3.4.3

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3 Release 29.05.2024

v3.4.3

Підтримувані версії Minecraft
1.21-pre1 1.21-pre2 1.21-pre3 1.21-pre4 1.21-rc1 1.21
Завантажувачі / Платформи
fabric
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3 Release 16.05.2024

v3.4.3

Підтримувані версії Minecraft
24w20a 24w21a 24w21b
Завантажувачі / Платформи
fabric
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3-beta.2 Beta 28.04.2024

v3.4.3-beta.2

Підтримувані версії Minecraft
1.20.5 1.20.6
Завантажувачі / Платформи
neoforge
Показати зміни
- Update to work on NeoForge 20.5.14-beta and above
3.4.4 Release 25.04.2024

v3.4.4

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
forge
Показати зміни
- Fix Dynamic FPS not being usable with Java 16 on Minecraft 1.17.x
3.4.4 Release 25.04.2024

v3.4.4

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix Dynamic FPS not being usable with Java 16 on Minecraft 1.17.x
3.4.3-beta.1 Beta 23.04.2024

v3.4.3-beta.1

Підтримувані версії Minecraft
1.20.5
Завантажувачі / Платформи
neoforge
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3 Release 23.04.2024

v3.4.3

Підтримувані версії Minecraft
1.20.5 1.20.6 24w18a 24w19a 24w19b
Завантажувачі / Платформи
fabric
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3 Release 23.04.2024

v3.4.3

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3 Release 23.04.2024

v3.4.3

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
quilt
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3 Release 23.04.2024

v3.4.3

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3 Release 23.04.2024

v3.4.3

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3 Release 23.04.2024

v3.4.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
quilt
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3 Release 23.04.2024

v3.4.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3 Release 23.04.2024

v3.4.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3 Release 23.04.2024

v3.4.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
quilt
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3 Release 23.04.2024

v3.4.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3 Release 23.04.2024

v3.4.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3 Release 23.04.2024

v3.4.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
quilt
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3 Release 23.04.2024

v3.4.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3 Release 23.04.2024

v3.4.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3 Release 23.04.2024

v3.4.3

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
quilt
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3 Release 23.04.2024

v3.4.3

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
forge
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3 Release 23.04.2024

v3.4.3

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3 Release 23.04.2024

v3.4.3

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
forge
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3 Release 23.04.2024

v3.4.3

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3 Release 23.04.2024

v3.4.3

Підтримувані версії Minecraft
1.16.5
Завантажувачі / Платформи
forge
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.3 Release 23.04.2024

v3.4.3

Підтримувані версії Minecraft
1.16.4 1.16.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
Changes: - Add support for Minecraft 1.20.5 - Fabric only for now, other platforms will follow once available - Update Spanish translation ([PR 180](https://github.com/juliand665/Dynamic-FPS/pull/180) by @TheLegendofSaram) - Fix crash when cache and config folders are on different filesystems ([PR 182](https://github.com/juliand665/Dynamic-FPS/pull/182) by @LostLuma) - Fix (Neo)Forge update checker not remembering which platform you downloaded the mod from Other Changes: - The JitPack configuration has been removed from the repository - I'd recommend using the Modrinth Maven instead if you'd like to depend on Dynamic FPS in your development environment
3.4.2 Release 03.03.2024

v3.4.2

Підтримувані версії Minecraft
24w09a 24w10a 24w11a 24w12a 24w13a 24w14potato 24w14a 1.20.5-pre1 1.20.5-pre2 1.20.5-pre3 1.20.5-pre4 1.20.5-rc1 1.20.5-rc2 1.20.5-rc3
Завантажувачі / Платформи
fabric
Показати зміни
- Fix mouse cursor being released when using the reduce keybind in 1.18.2 and earlier ([PR 170](https://github.com/juliand665/Dynamic-FPS/pull/170) by @LostLuma) - Fix softlock in combination with Fastload instead of marking the mod combination as broken {[PR 171](https://github.com/juliand665/Dynamic-FPS/pull/171) by @LostLuma) - Update German translations (no PR, by @LostLuma) - Add Shakespearean and Upside Down English translations ([PR 172](https://github.com/juliand665/Dynamic-FPS/pull/172) by @Pixaurora) This release was also ported to 1.14 and 1.15 on Fabric / Quilt for people left on those versions wanting a modern version of Dynamic FPS. Note that this is likely a one time thing that I will not repeat in the future unless these versions have some type of game breaking bug / issue.
3.4.2 Release 23.02.2024

v3.4.2

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
quilt
Показати зміни
- Fix mouse cursor being released when using the reduce keybind in 1.18.2 and earlier ([PR 170](https://github.com/juliand665/Dynamic-FPS/pull/170) by @LostLuma) - Fix softlock in combination with Fastload instead of marking the mod combination as broken {[PR 171](https://github.com/juliand665/Dynamic-FPS/pull/171) by @LostLuma) - Update German translations (no PR, by @LostLuma) - Add Shakespearean and Upside Down English translations ([PR 172](https://github.com/juliand665/Dynamic-FPS/pull/172) by @Pixaurora) This release was also ported to 1.14 and 1.15 on Fabric / Quilt for people left on those versions wanting a modern version of Dynamic FPS. Note that this is likely a one time thing that I will not repeat in the future unless these versions have some type of game breaking bug / issue.
3.4.2 Release 23.02.2024

v3.4.2

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Fix mouse cursor being released when using the reduce keybind in 1.18.2 and earlier ([PR 170](https://github.com/juliand665/Dynamic-FPS/pull/170) by @LostLuma) - Fix softlock in combination with Fastload instead of marking the mod combination as broken {[PR 171](https://github.com/juliand665/Dynamic-FPS/pull/171) by @LostLuma) - Update German translations (no PR, by @LostLuma) - Add Shakespearean and Upside Down English translations ([PR 172](https://github.com/juliand665/Dynamic-FPS/pull/172) by @Pixaurora) This release was also ported to 1.14 and 1.15 on Fabric / Quilt for people left on those versions wanting a modern version of Dynamic FPS. Note that this is likely a one time thing that I will not repeat in the future unless these versions have some type of game breaking bug / issue.
3.4.2 Release 23.02.2024

v3.4.2

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
- Fix mouse cursor being released when using the reduce keybind in 1.18.2 and earlier ([PR 170](https://github.com/juliand665/Dynamic-FPS/pull/170) by @LostLuma) - Fix softlock in combination with Fastload instead of marking the mod combination as broken {[PR 171](https://github.com/juliand665/Dynamic-FPS/pull/171) by @LostLuma) - Update German translations (no PR, by @LostLuma) - Add Shakespearean and Upside Down English translations ([PR 172](https://github.com/juliand665/Dynamic-FPS/pull/172) by @Pixaurora) This release was also ported to 1.14 and 1.15 on Fabric / Quilt for people left on those versions wanting a modern version of Dynamic FPS. Note that this is likely a one time thing that I will not repeat in the future unless these versions have some type of game breaking bug / issue.
3.4.2 Release 23.02.2024

v3.4.2

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Fix mouse cursor being released when using the reduce keybind in 1.18.2 and earlier ([PR 170](https://github.com/juliand665/Dynamic-FPS/pull/170) by @LostLuma) - Fix softlock in combination with Fastload instead of marking the mod combination as broken {[PR 171](https://github.com/juliand665/Dynamic-FPS/pull/171) by @LostLuma) - Update German translations (no PR, by @LostLuma) - Add Shakespearean and Upside Down English translations ([PR 172](https://github.com/juliand665/Dynamic-FPS/pull/172) by @Pixaurora) This release was also ported to 1.14 and 1.15 on Fabric / Quilt for people left on those versions wanting a modern version of Dynamic FPS. Note that this is likely a one time thing that I will not repeat in the future unless these versions have some type of game breaking bug / issue.
3.4.2 Release 23.02.2024

v3.4.2

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
quilt
Показати зміни
- Fix mouse cursor being released when using the reduce keybind in 1.18.2 and earlier ([PR 170](https://github.com/juliand665/Dynamic-FPS/pull/170) by @LostLuma) - Fix softlock in combination with Fastload instead of marking the mod combination as broken {[PR 171](https://github.com/juliand665/Dynamic-FPS/pull/171) by @LostLuma) - Update German translations (no PR, by @LostLuma) - Add Shakespearean and Upside Down English translations ([PR 172](https://github.com/juliand665/Dynamic-FPS/pull/172) by @Pixaurora) This release was also ported to 1.14 and 1.15 on Fabric / Quilt for people left on those versions wanting a modern version of Dynamic FPS. Note that this is likely a one time thing that I will not repeat in the future unless these versions have some type of game breaking bug / issue.
3.4.2 Release 23.02.2024

v3.4.2

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
- Fix mouse cursor being released when using the reduce keybind in 1.18.2 and earlier ([PR 170](https://github.com/juliand665/Dynamic-FPS/pull/170) by @LostLuma) - Fix softlock in combination with Fastload instead of marking the mod combination as broken {[PR 171](https://github.com/juliand665/Dynamic-FPS/pull/171) by @LostLuma) - Update German translations (no PR, by @LostLuma) - Add Shakespearean and Upside Down English translations ([PR 172](https://github.com/juliand665/Dynamic-FPS/pull/172) by @Pixaurora) This release was also ported to 1.14 and 1.15 on Fabric / Quilt for people left on those versions wanting a modern version of Dynamic FPS. Note that this is likely a one time thing that I will not repeat in the future unless these versions have some type of game breaking bug / issue.
3.4.2 Release 23.02.2024

v3.4.2

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Fix mouse cursor being released when using the reduce keybind in 1.18.2 and earlier ([PR 170](https://github.com/juliand665/Dynamic-FPS/pull/170) by @LostLuma) - Fix softlock in combination with Fastload instead of marking the mod combination as broken {[PR 171](https://github.com/juliand665/Dynamic-FPS/pull/171) by @LostLuma) - Update German translations (no PR, by @LostLuma) - Add Shakespearean and Upside Down English translations ([PR 172](https://github.com/juliand665/Dynamic-FPS/pull/172) by @Pixaurora) This release was also ported to 1.14 and 1.15 on Fabric / Quilt for people left on those versions wanting a modern version of Dynamic FPS. Note that this is likely a one time thing that I will not repeat in the future unless these versions have some type of game breaking bug / issue.
3.4.2 Release 23.02.2024

v3.4.2

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
quilt
Показати зміни
- Fix mouse cursor being released when using the reduce keybind in 1.18.2 and earlier ([PR 170](https://github.com/juliand665/Dynamic-FPS/pull/170) by @LostLuma) - Fix softlock in combination with Fastload instead of marking the mod combination as broken {[PR 171](https://github.com/juliand665/Dynamic-FPS/pull/171) by @LostLuma) - Update German translations (no PR, by @LostLuma) - Add Shakespearean and Upside Down English translations ([PR 172](https://github.com/juliand665/Dynamic-FPS/pull/172) by @Pixaurora) This release was also ported to 1.14 and 1.15 on Fabric / Quilt for people left on those versions wanting a modern version of Dynamic FPS. Note that this is likely a one time thing that I will not repeat in the future unless these versions have some type of game breaking bug / issue.
3.4.2 Release 23.02.2024

v3.4.2

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
- Fix mouse cursor being released when using the reduce keybind in 1.18.2 and earlier ([PR 170](https://github.com/juliand665/Dynamic-FPS/pull/170) by @LostLuma) - Fix softlock in combination with Fastload instead of marking the mod combination as broken {[PR 171](https://github.com/juliand665/Dynamic-FPS/pull/171) by @LostLuma) - Update German translations (no PR, by @LostLuma) - Add Shakespearean and Upside Down English translations ([PR 172](https://github.com/juliand665/Dynamic-FPS/pull/172) by @Pixaurora) This release was also ported to 1.14 and 1.15 on Fabric / Quilt for people left on those versions wanting a modern version of Dynamic FPS. Note that this is likely a one time thing that I will not repeat in the future unless these versions have some type of game breaking bug / issue.
3.4.2 Release 23.02.2024

v3.4.2

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric
Показати зміни
- Fix mouse cursor being released when using the reduce keybind in 1.18.2 and earlier ([PR 170](https://github.com/juliand665/Dynamic-FPS/pull/170) by @LostLuma) - Fix softlock in combination with Fastload instead of marking the mod combination as broken {[PR 171](https://github.com/juliand665/Dynamic-FPS/pull/171) by @LostLuma) - Update German translations (no PR, by @LostLuma) - Add Shakespearean and Upside Down English translations ([PR 172](https://github.com/juliand665/Dynamic-FPS/pull/172) by @Pixaurora) This release was also ported to 1.14 and 1.15 on Fabric / Quilt for people left on those versions wanting a modern version of Dynamic FPS. Note that this is likely a one time thing that I will not repeat in the future unless these versions have some type of game breaking bug / issue.
3.4.2 Release 23.02.2024

v3.4.2

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
quilt
Показати зміни
- Fix mouse cursor being released when using the reduce keybind in 1.18.2 and earlier ([PR 170](https://github.com/juliand665/Dynamic-FPS/pull/170) by @LostLuma) - Fix softlock in combination with Fastload instead of marking the mod combination as broken {[PR 171](https://github.com/juliand665/Dynamic-FPS/pull/171) by @LostLuma) - Update German translations (no PR, by @LostLuma) - Add Shakespearean and Upside Down English translations ([PR 172](https://github.com/juliand665/Dynamic-FPS/pull/172) by @Pixaurora) This release was also ported to 1.14 and 1.15 on Fabric / Quilt for people left on those versions wanting a modern version of Dynamic FPS. Note that this is likely a one time thing that I will not repeat in the future unless these versions have some type of game breaking bug / issue.
3.4.2 Release 23.02.2024

v3.4.2

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
- Fix mouse cursor being released when using the reduce keybind in 1.18.2 and earlier ([PR 170](https://github.com/juliand665/Dynamic-FPS/pull/170) by @LostLuma) - Fix softlock in combination with Fastload instead of marking the mod combination as broken {[PR 171](https://github.com/juliand665/Dynamic-FPS/pull/171) by @LostLuma) - Update German translations (no PR, by @LostLuma) - Add Shakespearean and Upside Down English translations ([PR 172](https://github.com/juliand665/Dynamic-FPS/pull/172) by @Pixaurora) This release was also ported to 1.14 and 1.15 on Fabric / Quilt for people left on those versions wanting a modern version of Dynamic FPS. Note that this is likely a one time thing that I will not repeat in the future unless these versions have some type of game breaking bug / issue.
3.4.2 Release 23.02.2024

v3.4.2

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
- Fix mouse cursor being released when using the reduce keybind in 1.18.2 and earlier ([PR 170](https://github.com/juliand665/Dynamic-FPS/pull/170) by @LostLuma) - Fix softlock in combination with Fastload instead of marking the mod combination as broken {[PR 171](https://github.com/juliand665/Dynamic-FPS/pull/171) by @LostLuma) - Update German translations (no PR, by @LostLuma) - Add Shakespearean and Upside Down English translations ([PR 172](https://github.com/juliand665/Dynamic-FPS/pull/172) by @Pixaurora) This release was also ported to 1.14 and 1.15 on Fabric / Quilt for people left on those versions wanting a modern version of Dynamic FPS. Note that this is likely a one time thing that I will not repeat in the future unless these versions have some type of game breaking bug / issue.
3.4.2 Release 23.02.2024

v3.4.2

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
quilt
Показати зміни
- Fix mouse cursor being released when using the reduce keybind in 1.18.2 and earlier ([PR 170](https://github.com/juliand665/Dynamic-FPS/pull/170) by @LostLuma) - Fix softlock in combination with Fastload instead of marking the mod combination as broken {[PR 171](https://github.com/juliand665/Dynamic-FPS/pull/171) by @LostLuma) - Update German translations (no PR, by @LostLuma) - Add Shakespearean and Upside Down English translations ([PR 172](https://github.com/juliand665/Dynamic-FPS/pull/172) by @Pixaurora) This release was also ported to 1.14 and 1.15 on Fabric / Quilt for people left on those versions wanting a modern version of Dynamic FPS. Note that this is likely a one time thing that I will not repeat in the future unless these versions have some type of game breaking bug / issue.
3.4.2 Release 23.02.2024

v3.4.2

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
forge
Показати зміни
- Fix mouse cursor being released when using the reduce keybind in 1.18.2 and earlier ([PR 170](https://github.com/juliand665/Dynamic-FPS/pull/170) by @LostLuma) - Fix softlock in combination with Fastload instead of marking the mod combination as broken {[PR 171](https://github.com/juliand665/Dynamic-FPS/pull/171) by @LostLuma) - Update German translations (no PR, by @LostLuma) - Add Shakespearean and Upside Down English translations ([PR 172](https://github.com/juliand665/Dynamic-FPS/pull/172) by @Pixaurora) This release was also ported to 1.14 and 1.15 on Fabric / Quilt for people left on those versions wanting a modern version of Dynamic FPS. Note that this is likely a one time thing that I will not repeat in the future unless these versions have some type of game breaking bug / issue.
3.4.2 Release 23.02.2024

v3.4.2

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
- Fix mouse cursor being released when using the reduce keybind in 1.18.2 and earlier ([PR 170](https://github.com/juliand665/Dynamic-FPS/pull/170) by @LostLuma) - Fix softlock in combination with Fastload instead of marking the mod combination as broken {[PR 171](https://github.com/juliand665/Dynamic-FPS/pull/171) by @LostLuma) - Update German translations (no PR, by @LostLuma) - Add Shakespearean and Upside Down English translations ([PR 172](https://github.com/juliand665/Dynamic-FPS/pull/172) by @Pixaurora) This release was also ported to 1.14 and 1.15 on Fabric / Quilt for people left on those versions wanting a modern version of Dynamic FPS. Note that this is likely a one time thing that I will not repeat in the future unless these versions have some type of game breaking bug / issue.
3.4.2 Release 23.02.2024

v3.4.2

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
forge
Показати зміни
- Fix mouse cursor being released when using the reduce keybind in 1.18.2 and earlier ([PR 170](https://github.com/juliand665/Dynamic-FPS/pull/170) by @LostLuma) - Fix softlock in combination with Fastload instead of marking the mod combination as broken {[PR 171](https://github.com/juliand665/Dynamic-FPS/pull/171) by @LostLuma) - Update German translations (no PR, by @LostLuma) - Add Shakespearean and Upside Down English translations ([PR 172](https://github.com/juliand665/Dynamic-FPS/pull/172) by @Pixaurora) This release was also ported to 1.14 and 1.15 on Fabric / Quilt for people left on those versions wanting a modern version of Dynamic FPS. Note that this is likely a one time thing that I will not repeat in the future unless these versions have some type of game breaking bug / issue.
3.4.2 Release 23.02.2024

v3.4.2

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix mouse cursor being released when using the reduce keybind in 1.18.2 and earlier ([PR 170](https://github.com/juliand665/Dynamic-FPS/pull/170) by @LostLuma) - Fix softlock in combination with Fastload instead of marking the mod combination as broken {[PR 171](https://github.com/juliand665/Dynamic-FPS/pull/171) by @LostLuma) - Update German translations (no PR, by @LostLuma) - Add Shakespearean and Upside Down English translations ([PR 172](https://github.com/juliand665/Dynamic-FPS/pull/172) by @Pixaurora) This release was also ported to 1.14 and 1.15 on Fabric / Quilt for people left on those versions wanting a modern version of Dynamic FPS. Note that this is likely a one time thing that I will not repeat in the future unless these versions have some type of game breaking bug / issue.
3.4.2 Release 23.02.2024

v3.4.2

Підтримувані версії Minecraft
1.16.5
Завантажувачі / Платформи
forge
Показати зміни
- Fix mouse cursor being released when using the reduce keybind in 1.18.2 and earlier ([PR 170](https://github.com/juliand665/Dynamic-FPS/pull/170) by @LostLuma) - Fix softlock in combination with Fastload instead of marking the mod combination as broken {[PR 171](https://github.com/juliand665/Dynamic-FPS/pull/171) by @LostLuma) - Update German translations (no PR, by @LostLuma) - Add Shakespearean and Upside Down English translations ([PR 172](https://github.com/juliand665/Dynamic-FPS/pull/172) by @Pixaurora) This release was also ported to 1.14 and 1.15 on Fabric / Quilt for people left on those versions wanting a modern version of Dynamic FPS. Note that this is likely a one time thing that I will not repeat in the future unless these versions have some type of game breaking bug / issue.
3.4.2 Release 23.02.2024

v3.4.2

Підтримувані версії Minecraft
1.16.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix mouse cursor being released when using the reduce keybind in 1.18.2 and earlier ([PR 170](https://github.com/juliand665/Dynamic-FPS/pull/170) by @LostLuma) - Fix softlock in combination with Fastload instead of marking the mod combination as broken {[PR 171](https://github.com/juliand665/Dynamic-FPS/pull/171) by @LostLuma) - Update German translations (no PR, by @LostLuma) - Add Shakespearean and Upside Down English translations ([PR 172](https://github.com/juliand665/Dynamic-FPS/pull/172) by @Pixaurora) This release was also ported to 1.14 and 1.15 on Fabric / Quilt for people left on those versions wanting a modern version of Dynamic FPS. Note that this is likely a one time thing that I will not repeat in the future unless these versions have some type of game breaking bug / issue.
3.4.2 Release 23.02.2024

v3.4.2

Підтримувані версії Minecraft
1.15 1.15.1 1.15.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix mouse cursor being released when using the reduce keybind in 1.18.2 and earlier ([PR 170](https://github.com/juliand665/Dynamic-FPS/pull/170) by @LostLuma) - Fix softlock in combination with Fastload instead of marking the mod combination as broken {[PR 171](https://github.com/juliand665/Dynamic-FPS/pull/171) by @LostLuma) - Update German translations (no PR, by @LostLuma) - Add Shakespearean and Upside Down English translations ([PR 172](https://github.com/juliand665/Dynamic-FPS/pull/172) by @Pixaurora) This release was also ported to 1.14 and 1.15 on Fabric / Quilt for people left on those versions wanting a modern version of Dynamic FPS. Note that this is likely a one time thing that I will not repeat in the future unless these versions have some type of game breaking bug / issue.
3.4.2 Release 23.02.2024

v3.4.2

Підтримувані версії Minecraft
1.14.3 1.14.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix mouse cursor being released when using the reduce keybind in 1.18.2 and earlier ([PR 170](https://github.com/juliand665/Dynamic-FPS/pull/170) by @LostLuma) - Fix softlock in combination with Fastload instead of marking the mod combination as broken {[PR 171](https://github.com/juliand665/Dynamic-FPS/pull/171) by @LostLuma) - Update German translations (no PR, by @LostLuma) - Add Shakespearean and Upside Down English translations ([PR 172](https://github.com/juliand665/Dynamic-FPS/pull/172) by @Pixaurora) This release was also ported to 1.14 and 1.15 on Fabric / Quilt for people left on those versions wanting a modern version of Dynamic FPS. Note that this is likely a one time thing that I will not repeat in the future unless these versions have some type of game breaking bug / issue.
3.4.1 Release 19.02.2024

v3.4.1

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
quilt
Показати зміни
- Fix some mod compatibility issues that cropped up in v3.4.0
3.4.1 Release 19.02.2024

v3.4.1

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
- Fix some mod compatibility issues that cropped up in v3.4.0
3.4.1 Release 19.02.2024

v3.4.1

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
- Fix some mod compatibility issues that cropped up in v3.4.0
3.4.1 Release 19.02.2024

v3.4.1

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
- Fix some mod compatibility issues that cropped up in v3.4.0
3.4.1 Release 19.02.2024

v3.4.1

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
quilt
Показати зміни
- Fix some mod compatibility issues that cropped up in v3.4.0
3.4.1 Release 19.02.2024

v3.4.1

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
- Fix some mod compatibility issues that cropped up in v3.4.0
3.4.1 Release 19.02.2024

v3.4.1

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
- Fix some mod compatibility issues that cropped up in v3.4.0
3.4.1 Release 19.02.2024

v3.4.1

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
quilt
Показати зміни
- Fix some mod compatibility issues that cropped up in v3.4.0
3.4.1 Release 19.02.2024

v3.4.1

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
- Fix some mod compatibility issues that cropped up in v3.4.0
3.4.1 Release 19.02.2024

v3.4.1

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric
Показати зміни
- Fix some mod compatibility issues that cropped up in v3.4.0
3.4.1 Release 19.02.2024

v3.4.1

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
quilt
Показати зміни
- Fix some mod compatibility issues that cropped up in v3.4.0
3.4.1 Release 19.02.2024

v3.4.1

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
- Fix some mod compatibility issues that cropped up in v3.4.0
3.4.1 Release 19.02.2024

v3.4.1

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
- Fix some mod compatibility issues that cropped up in v3.4.0
3.4.1 Release 19.02.2024

v3.4.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
quilt
Показати зміни
- Fix some mod compatibility issues that cropped up in v3.4.0
3.4.1 Release 19.02.2024

v3.4.1

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
forge
Показати зміни
- Fix some mod compatibility issues that cropped up in v3.4.0
3.4.1 Release 19.02.2024

v3.4.1

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
- Fix some mod compatibility issues that cropped up in v3.4.0
3.4.1 Release 19.02.2024

v3.4.1

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
forge
Показати зміни
- Fix some mod compatibility issues that cropped up in v3.4.0
3.4.1 Release 19.02.2024

v3.4.1

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix some mod compatibility issues that cropped up in v3.4.0
3.4.1 Release 19.02.2024

v3.4.1

Підтримувані версії Minecraft
1.16.5
Завантажувачі / Платформи
forge
Показати зміни
- Fix some mod compatibility issues that cropped up in v3.4.0
3.4.1 Release 19.02.2024

v3.4.1

Підтримувані версії Minecraft
1.16.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix some mod compatibility issues that cropped up in v3.4.0
3.4.0 Release 18.02.2024

v3.4.0

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
quilt
Показати зміни
New Features: - Add Forge and NeoForge support ([PR 164](https://github.com/juliand665/Dynamic-FPS/pull/164) by @LostLuma) - Add option to disable main menu frame rate limit ([PR 161](https://github.com/juliand665/Dynamic-FPS/pull/161) by @LostLuma) - Add LOLCAT translation, update Pirate Speak translation ([PR 162](https://github.com/juliand665/Dynamic-FPS/pull/162) by @Pixaurora) - Add config option to disable the mod without displaying the HUD warning ([PR 166](https://github.com/juliand665/Dynamic-FPS/pull/166) by @LostLuma) - Also adds detailed info on what disables the mod in debug overlay: https://files.lostluma.net/oHO6lS.png Other Changes: - Some redundant config entries are no longer stored on disk - Fix settings not immediately changing back when focusing the window and idle mode is active in the config ([PR 159](https://github.com/juliand665/Dynamic-FPS/pull/159) by @LostLuma) - Update Russian translation ([PR 160](https://github.com/juliand665/Dynamic-FPS/pull/160) by @mpustovoi) - Update Polish translation ([PR 163](https://github.com/juliand665/Dynamic-FPS/pull/163) by @raspberrygitq) - Fix sounds pausing and resuming at the wrong times ([PR 165](https://github.com/juliand665/Dynamic-FPS/pull/165) by @LostLuma) - Fix music not always being paused when volume is set to zero - Fix sounds resuming when the game is paused and the user navigates away from it - Fix crash loading configs containing unknown sound categories ([PR 167](https://github.com/juliand665/Dynamic-FPS/pull/167) by @LostLuma) - Fix crash on startup when a mod adding new sound categories got removed from an installation
3.4.0 Release 18.02.2024

v3.4.0

Підтримувані версії Minecraft
1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
neoforge
Показати зміни
New Features: - Add Forge and NeoForge support ([PR 164](https://github.com/juliand665/Dynamic-FPS/pull/164) by @LostLuma) - Add option to disable main menu frame rate limit ([PR 161](https://github.com/juliand665/Dynamic-FPS/pull/161) by @LostLuma) - Add LOLCAT translation, update Pirate Speak translation ([PR 162](https://github.com/juliand665/Dynamic-FPS/pull/162) by @Pixaurora) - Add config option to disable the mod without displaying the HUD warning ([PR 166](https://github.com/juliand665/Dynamic-FPS/pull/166) by @LostLuma) - Also adds detailed info on what disables the mod in debug overlay: https://files.lostluma.net/oHO6lS.png Other Changes: - Some redundant config entries are no longer stored on disk - Fix settings not immediately changing back when focusing the window and idle mode is active in the config ([PR 159](https://github.com/juliand665/Dynamic-FPS/pull/159) by @LostLuma) - Update Russian translation ([PR 160](https://github.com/juliand665/Dynamic-FPS/pull/160) by @mpustovoi) - Update Polish translation ([PR 163](https://github.com/juliand665/Dynamic-FPS/pull/163) by @raspberrygitq) - Fix sounds pausing and resuming at the wrong times ([PR 165](https://github.com/juliand665/Dynamic-FPS/pull/165) by @LostLuma) - Fix music not always being paused when volume is set to zero - Fix sounds resuming when the game is paused and the user navigates away from it - Fix crash loading configs containing unknown sound categories ([PR 167](https://github.com/juliand665/Dynamic-FPS/pull/167) by @LostLuma) - Fix crash on startup when a mod adding new sound categories got removed from an installation
3.4.0 Release 18.02.2024

v3.4.0

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
forge
Показати зміни
New Features: - Add Forge and NeoForge support ([PR 164](https://github.com/juliand665/Dynamic-FPS/pull/164) by @LostLuma) - Add option to disable main menu frame rate limit ([PR 161](https://github.com/juliand665/Dynamic-FPS/pull/161) by @LostLuma) - Add LOLCAT translation, update Pirate Speak translation ([PR 162](https://github.com/juliand665/Dynamic-FPS/pull/162) by @Pixaurora) - Add config option to disable the mod without displaying the HUD warning ([PR 166](https://github.com/juliand665/Dynamic-FPS/pull/166) by @LostLuma) - Also adds detailed info on what disables the mod in debug overlay: https://files.lostluma.net/oHO6lS.png Other Changes: - Some redundant config entries are no longer stored on disk - Fix settings not immediately changing back when focusing the window and idle mode is active in the config ([PR 159](https://github.com/juliand665/Dynamic-FPS/pull/159) by @LostLuma) - Update Russian translation ([PR 160](https://github.com/juliand665/Dynamic-FPS/pull/160) by @mpustovoi) - Update Polish translation ([PR 163](https://github.com/juliand665/Dynamic-FPS/pull/163) by @raspberrygitq) - Fix sounds pausing and resuming at the wrong times ([PR 165](https://github.com/juliand665/Dynamic-FPS/pull/165) by @LostLuma) - Fix music not always being paused when volume is set to zero - Fix sounds resuming when the game is paused and the user navigates away from it - Fix crash loading configs containing unknown sound categories ([PR 167](https://github.com/juliand665/Dynamic-FPS/pull/167) by @LostLuma) - Fix crash on startup when a mod adding new sound categories got removed from an installation
3.4.0 Release 18.02.2024

v3.4.0

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric
Показати зміни
New Features: - Add Forge and NeoForge support ([PR 164](https://github.com/juliand665/Dynamic-FPS/pull/164) by @LostLuma) - Add option to disable main menu frame rate limit ([PR 161](https://github.com/juliand665/Dynamic-FPS/pull/161) by @LostLuma) - Add LOLCAT translation, update Pirate Speak translation ([PR 162](https://github.com/juliand665/Dynamic-FPS/pull/162) by @Pixaurora) - Add config option to disable the mod without displaying the HUD warning ([PR 166](https://github.com/juliand665/Dynamic-FPS/pull/166) by @LostLuma) - Also adds detailed info on what disables the mod in debug overlay: https://files.lostluma.net/oHO6lS.png Other Changes: - Some redundant config entries are no longer stored on disk - Fix settings not immediately changing back when focusing the window and idle mode is active in the config ([PR 159](https://github.com/juliand665/Dynamic-FPS/pull/159) by @LostLuma) - Update Russian translation ([PR 160](https://github.com/juliand665/Dynamic-FPS/pull/160) by @mpustovoi) - Update Polish translation ([PR 163](https://github.com/juliand665/Dynamic-FPS/pull/163) by @raspberrygitq) - Fix sounds pausing and resuming at the wrong times ([PR 165](https://github.com/juliand665/Dynamic-FPS/pull/165) by @LostLuma) - Fix music not always being paused when volume is set to zero - Fix sounds resuming when the game is paused and the user navigates away from it - Fix crash loading configs containing unknown sound categories ([PR 167](https://github.com/juliand665/Dynamic-FPS/pull/167) by @LostLuma) - Fix crash on startup when a mod adding new sound categories got removed from an installation
3.4.0 Release 18.02.2024

v3.4.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
quilt
Показати зміни
New Features: - Add Forge and NeoForge support ([PR 164](https://github.com/juliand665/Dynamic-FPS/pull/164) by @LostLuma) - Add option to disable main menu frame rate limit ([PR 161](https://github.com/juliand665/Dynamic-FPS/pull/161) by @LostLuma) - Add LOLCAT translation, update Pirate Speak translation ([PR 162](https://github.com/juliand665/Dynamic-FPS/pull/162) by @Pixaurora) - Add config option to disable the mod without displaying the HUD warning ([PR 166](https://github.com/juliand665/Dynamic-FPS/pull/166) by @LostLuma) - Also adds detailed info on what disables the mod in debug overlay: https://files.lostluma.net/oHO6lS.png Other Changes: - Some redundant config entries are no longer stored on disk - Fix settings not immediately changing back when focusing the window and idle mode is active in the config ([PR 159](https://github.com/juliand665/Dynamic-FPS/pull/159) by @LostLuma) - Update Russian translation ([PR 160](https://github.com/juliand665/Dynamic-FPS/pull/160) by @mpustovoi) - Update Polish translation ([PR 163](https://github.com/juliand665/Dynamic-FPS/pull/163) by @raspberrygitq) - Fix sounds pausing and resuming at the wrong times ([PR 165](https://github.com/juliand665/Dynamic-FPS/pull/165) by @LostLuma) - Fix music not always being paused when volume is set to zero - Fix sounds resuming when the game is paused and the user navigates away from it - Fix crash loading configs containing unknown sound categories ([PR 167](https://github.com/juliand665/Dynamic-FPS/pull/167) by @LostLuma) - Fix crash on startup when a mod adding new sound categories got removed from an installation
3.4.0 Release 18.02.2024

v3.4.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
forge
Показати зміни
New Features: - Add Forge and NeoForge support ([PR 164](https://github.com/juliand665/Dynamic-FPS/pull/164) by @LostLuma) - Add option to disable main menu frame rate limit ([PR 161](https://github.com/juliand665/Dynamic-FPS/pull/161) by @LostLuma) - Add LOLCAT translation, update Pirate Speak translation ([PR 162](https://github.com/juliand665/Dynamic-FPS/pull/162) by @Pixaurora) - Add config option to disable the mod without displaying the HUD warning ([PR 166](https://github.com/juliand665/Dynamic-FPS/pull/166) by @LostLuma) - Also adds detailed info on what disables the mod in debug overlay: https://files.lostluma.net/oHO6lS.png Other Changes: - Some redundant config entries are no longer stored on disk - Fix settings not immediately changing back when focusing the window and idle mode is active in the config ([PR 159](https://github.com/juliand665/Dynamic-FPS/pull/159) by @LostLuma) - Update Russian translation ([PR 160](https://github.com/juliand665/Dynamic-FPS/pull/160) by @mpustovoi) - Update Polish translation ([PR 163](https://github.com/juliand665/Dynamic-FPS/pull/163) by @raspberrygitq) - Fix sounds pausing and resuming at the wrong times ([PR 165](https://github.com/juliand665/Dynamic-FPS/pull/165) by @LostLuma) - Fix music not always being paused when volume is set to zero - Fix sounds resuming when the game is paused and the user navigates away from it - Fix crash loading configs containing unknown sound categories ([PR 167](https://github.com/juliand665/Dynamic-FPS/pull/167) by @LostLuma) - Fix crash on startup when a mod adding new sound categories got removed from an installation
3.4.0 Release 18.02.2024

v3.4.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric
Показати зміни
New Features: - Add Forge and NeoForge support ([PR 164](https://github.com/juliand665/Dynamic-FPS/pull/164) by @LostLuma) - Add option to disable main menu frame rate limit ([PR 161](https://github.com/juliand665/Dynamic-FPS/pull/161) by @LostLuma) - Add LOLCAT translation, update Pirate Speak translation ([PR 162](https://github.com/juliand665/Dynamic-FPS/pull/162) by @Pixaurora) - Add config option to disable the mod without displaying the HUD warning ([PR 166](https://github.com/juliand665/Dynamic-FPS/pull/166) by @LostLuma) - Also adds detailed info on what disables the mod in debug overlay: https://files.lostluma.net/oHO6lS.png Other Changes: - Some redundant config entries are no longer stored on disk - Fix settings not immediately changing back when focusing the window and idle mode is active in the config ([PR 159](https://github.com/juliand665/Dynamic-FPS/pull/159) by @LostLuma) - Update Russian translation ([PR 160](https://github.com/juliand665/Dynamic-FPS/pull/160) by @mpustovoi) - Update Polish translation ([PR 163](https://github.com/juliand665/Dynamic-FPS/pull/163) by @raspberrygitq) - Fix sounds pausing and resuming at the wrong times ([PR 165](https://github.com/juliand665/Dynamic-FPS/pull/165) by @LostLuma) - Fix music not always being paused when volume is set to zero - Fix sounds resuming when the game is paused and the user navigates away from it - Fix crash loading configs containing unknown sound categories ([PR 167](https://github.com/juliand665/Dynamic-FPS/pull/167) by @LostLuma) - Fix crash on startup when a mod adding new sound categories got removed from an installation
3.4.0 Release 18.02.2024

v3.4.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
quilt
Показати зміни
New Features: - Add Forge and NeoForge support ([PR 164](https://github.com/juliand665/Dynamic-FPS/pull/164) by @LostLuma) - Add option to disable main menu frame rate limit ([PR 161](https://github.com/juliand665/Dynamic-FPS/pull/161) by @LostLuma) - Add LOLCAT translation, update Pirate Speak translation ([PR 162](https://github.com/juliand665/Dynamic-FPS/pull/162) by @Pixaurora) - Add config option to disable the mod without displaying the HUD warning ([PR 166](https://github.com/juliand665/Dynamic-FPS/pull/166) by @LostLuma) - Also adds detailed info on what disables the mod in debug overlay: https://files.lostluma.net/oHO6lS.png Other Changes: - Some redundant config entries are no longer stored on disk - Fix settings not immediately changing back when focusing the window and idle mode is active in the config ([PR 159](https://github.com/juliand665/Dynamic-FPS/pull/159) by @LostLuma) - Update Russian translation ([PR 160](https://github.com/juliand665/Dynamic-FPS/pull/160) by @mpustovoi) - Update Polish translation ([PR 163](https://github.com/juliand665/Dynamic-FPS/pull/163) by @raspberrygitq) - Fix sounds pausing and resuming at the wrong times ([PR 165](https://github.com/juliand665/Dynamic-FPS/pull/165) by @LostLuma) - Fix music not always being paused when volume is set to zero - Fix sounds resuming when the game is paused and the user navigates away from it - Fix crash loading configs containing unknown sound categories ([PR 167](https://github.com/juliand665/Dynamic-FPS/pull/167) by @LostLuma) - Fix crash on startup when a mod adding new sound categories got removed from an installation
3.4.0 Release 18.02.2024

v3.4.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
forge
Показати зміни
New Features: - Add Forge and NeoForge support ([PR 164](https://github.com/juliand665/Dynamic-FPS/pull/164) by @LostLuma) - Add option to disable main menu frame rate limit ([PR 161](https://github.com/juliand665/Dynamic-FPS/pull/161) by @LostLuma) - Add LOLCAT translation, update Pirate Speak translation ([PR 162](https://github.com/juliand665/Dynamic-FPS/pull/162) by @Pixaurora) - Add config option to disable the mod without displaying the HUD warning ([PR 166](https://github.com/juliand665/Dynamic-FPS/pull/166) by @LostLuma) - Also adds detailed info on what disables the mod in debug overlay: https://files.lostluma.net/oHO6lS.png Other Changes: - Some redundant config entries are no longer stored on disk - Fix settings not immediately changing back when focusing the window and idle mode is active in the config ([PR 159](https://github.com/juliand665/Dynamic-FPS/pull/159) by @LostLuma) - Update Russian translation ([PR 160](https://github.com/juliand665/Dynamic-FPS/pull/160) by @mpustovoi) - Update Polish translation ([PR 163](https://github.com/juliand665/Dynamic-FPS/pull/163) by @raspberrygitq) - Fix sounds pausing and resuming at the wrong times ([PR 165](https://github.com/juliand665/Dynamic-FPS/pull/165) by @LostLuma) - Fix music not always being paused when volume is set to zero - Fix sounds resuming when the game is paused and the user navigates away from it - Fix crash loading configs containing unknown sound categories ([PR 167](https://github.com/juliand665/Dynamic-FPS/pull/167) by @LostLuma) - Fix crash on startup when a mod adding new sound categories got removed from an installation
3.4.0 Release 18.02.2024

v3.4.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric
Показати зміни
New Features: - Add Forge and NeoForge support ([PR 164](https://github.com/juliand665/Dynamic-FPS/pull/164) by @LostLuma) - Add option to disable main menu frame rate limit ([PR 161](https://github.com/juliand665/Dynamic-FPS/pull/161) by @LostLuma) - Add LOLCAT translation, update Pirate Speak translation ([PR 162](https://github.com/juliand665/Dynamic-FPS/pull/162) by @Pixaurora) - Add config option to disable the mod without displaying the HUD warning ([PR 166](https://github.com/juliand665/Dynamic-FPS/pull/166) by @LostLuma) - Also adds detailed info on what disables the mod in debug overlay: https://files.lostluma.net/oHO6lS.png Other Changes: - Some redundant config entries are no longer stored on disk - Fix settings not immediately changing back when focusing the window and idle mode is active in the config ([PR 159](https://github.com/juliand665/Dynamic-FPS/pull/159) by @LostLuma) - Update Russian translation ([PR 160](https://github.com/juliand665/Dynamic-FPS/pull/160) by @mpustovoi) - Update Polish translation ([PR 163](https://github.com/juliand665/Dynamic-FPS/pull/163) by @raspberrygitq) - Fix sounds pausing and resuming at the wrong times ([PR 165](https://github.com/juliand665/Dynamic-FPS/pull/165) by @LostLuma) - Fix music not always being paused when volume is set to zero - Fix sounds resuming when the game is paused and the user navigates away from it - Fix crash loading configs containing unknown sound categories ([PR 167](https://github.com/juliand665/Dynamic-FPS/pull/167) by @LostLuma) - Fix crash on startup when a mod adding new sound categories got removed from an installation
3.4.0 Release 18.02.2024

v3.4.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
quilt
Показати зміни
New Features: - Add Forge and NeoForge support ([PR 164](https://github.com/juliand665/Dynamic-FPS/pull/164) by @LostLuma) - Add option to disable main menu frame rate limit ([PR 161](https://github.com/juliand665/Dynamic-FPS/pull/161) by @LostLuma) - Add LOLCAT translation, update Pirate Speak translation ([PR 162](https://github.com/juliand665/Dynamic-FPS/pull/162) by @Pixaurora) - Add config option to disable the mod without displaying the HUD warning ([PR 166](https://github.com/juliand665/Dynamic-FPS/pull/166) by @LostLuma) - Also adds detailed info on what disables the mod in debug overlay: https://files.lostluma.net/oHO6lS.png Other Changes: - Some redundant config entries are no longer stored on disk - Fix settings not immediately changing back when focusing the window and idle mode is active in the config ([PR 159](https://github.com/juliand665/Dynamic-FPS/pull/159) by @LostLuma) - Update Russian translation ([PR 160](https://github.com/juliand665/Dynamic-FPS/pull/160) by @mpustovoi) - Update Polish translation ([PR 163](https://github.com/juliand665/Dynamic-FPS/pull/163) by @raspberrygitq) - Fix sounds pausing and resuming at the wrong times ([PR 165](https://github.com/juliand665/Dynamic-FPS/pull/165) by @LostLuma) - Fix music not always being paused when volume is set to zero - Fix sounds resuming when the game is paused and the user navigates away from it - Fix crash loading configs containing unknown sound categories ([PR 167](https://github.com/juliand665/Dynamic-FPS/pull/167) by @LostLuma) - Fix crash on startup when a mod adding new sound categories got removed from an installation
3.4.0 Release 18.02.2024

v3.4.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
forge
Показати зміни
New Features: - Add Forge and NeoForge support ([PR 164](https://github.com/juliand665/Dynamic-FPS/pull/164) by @LostLuma) - Add option to disable main menu frame rate limit ([PR 161](https://github.com/juliand665/Dynamic-FPS/pull/161) by @LostLuma) - Add LOLCAT translation, update Pirate Speak translation ([PR 162](https://github.com/juliand665/Dynamic-FPS/pull/162) by @Pixaurora) - Add config option to disable the mod without displaying the HUD warning ([PR 166](https://github.com/juliand665/Dynamic-FPS/pull/166) by @LostLuma) - Also adds detailed info on what disables the mod in debug overlay: https://files.lostluma.net/oHO6lS.png Other Changes: - Some redundant config entries are no longer stored on disk - Fix settings not immediately changing back when focusing the window and idle mode is active in the config ([PR 159](https://github.com/juliand665/Dynamic-FPS/pull/159) by @LostLuma) - Update Russian translation ([PR 160](https://github.com/juliand665/Dynamic-FPS/pull/160) by @mpustovoi) - Update Polish translation ([PR 163](https://github.com/juliand665/Dynamic-FPS/pull/163) by @raspberrygitq) - Fix sounds pausing and resuming at the wrong times ([PR 165](https://github.com/juliand665/Dynamic-FPS/pull/165) by @LostLuma) - Fix music not always being paused when volume is set to zero - Fix sounds resuming when the game is paused and the user navigates away from it - Fix crash loading configs containing unknown sound categories ([PR 167](https://github.com/juliand665/Dynamic-FPS/pull/167) by @LostLuma) - Fix crash on startup when a mod adding new sound categories got removed from an installation
3.4.0 Release 18.02.2024

v3.4.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
New Features: - Add Forge and NeoForge support ([PR 164](https://github.com/juliand665/Dynamic-FPS/pull/164) by @LostLuma) - Add option to disable main menu frame rate limit ([PR 161](https://github.com/juliand665/Dynamic-FPS/pull/161) by @LostLuma) - Add LOLCAT translation, update Pirate Speak translation ([PR 162](https://github.com/juliand665/Dynamic-FPS/pull/162) by @Pixaurora) - Add config option to disable the mod without displaying the HUD warning ([PR 166](https://github.com/juliand665/Dynamic-FPS/pull/166) by @LostLuma) - Also adds detailed info on what disables the mod in debug overlay: https://files.lostluma.net/oHO6lS.png Other Changes: - Some redundant config entries are no longer stored on disk - Fix settings not immediately changing back when focusing the window and idle mode is active in the config ([PR 159](https://github.com/juliand665/Dynamic-FPS/pull/159) by @LostLuma) - Update Russian translation ([PR 160](https://github.com/juliand665/Dynamic-FPS/pull/160) by @mpustovoi) - Update Polish translation ([PR 163](https://github.com/juliand665/Dynamic-FPS/pull/163) by @raspberrygitq) - Fix sounds pausing and resuming at the wrong times ([PR 165](https://github.com/juliand665/Dynamic-FPS/pull/165) by @LostLuma) - Fix music not always being paused when volume is set to zero - Fix sounds resuming when the game is paused and the user navigates away from it - Fix crash loading configs containing unknown sound categories ([PR 167](https://github.com/juliand665/Dynamic-FPS/pull/167) by @LostLuma) - Fix crash on startup when a mod adding new sound categories got removed from an installation
3.4.0 Release 18.02.2024

v3.4.0

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
quilt
Показати зміни
New Features: - Add Forge and NeoForge support ([PR 164](https://github.com/juliand665/Dynamic-FPS/pull/164) by @LostLuma) - Add option to disable main menu frame rate limit ([PR 161](https://github.com/juliand665/Dynamic-FPS/pull/161) by @LostLuma) - Add LOLCAT translation, update Pirate Speak translation ([PR 162](https://github.com/juliand665/Dynamic-FPS/pull/162) by @Pixaurora) - Add config option to disable the mod without displaying the HUD warning ([PR 166](https://github.com/juliand665/Dynamic-FPS/pull/166) by @LostLuma) - Also adds detailed info on what disables the mod in debug overlay: https://files.lostluma.net/oHO6lS.png Other Changes: - Some redundant config entries are no longer stored on disk - Fix settings not immediately changing back when focusing the window and idle mode is active in the config ([PR 159](https://github.com/juliand665/Dynamic-FPS/pull/159) by @LostLuma) - Update Russian translation ([PR 160](https://github.com/juliand665/Dynamic-FPS/pull/160) by @mpustovoi) - Update Polish translation ([PR 163](https://github.com/juliand665/Dynamic-FPS/pull/163) by @raspberrygitq) - Fix sounds pausing and resuming at the wrong times ([PR 165](https://github.com/juliand665/Dynamic-FPS/pull/165) by @LostLuma) - Fix music not always being paused when volume is set to zero - Fix sounds resuming when the game is paused and the user navigates away from it - Fix crash loading configs containing unknown sound categories ([PR 167](https://github.com/juliand665/Dynamic-FPS/pull/167) by @LostLuma) - Fix crash on startup when a mod adding new sound categories got removed from an installation
3.4.0 Release 18.02.2024

v3.4.0

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
forge
Показати зміни
New Features: - Add Forge and NeoForge support ([PR 164](https://github.com/juliand665/Dynamic-FPS/pull/164) by @LostLuma) - Add option to disable main menu frame rate limit ([PR 161](https://github.com/juliand665/Dynamic-FPS/pull/161) by @LostLuma) - Add LOLCAT translation, update Pirate Speak translation ([PR 162](https://github.com/juliand665/Dynamic-FPS/pull/162) by @Pixaurora) - Add config option to disable the mod without displaying the HUD warning ([PR 166](https://github.com/juliand665/Dynamic-FPS/pull/166) by @LostLuma) - Also adds detailed info on what disables the mod in debug overlay: https://files.lostluma.net/oHO6lS.png Other Changes: - Some redundant config entries are no longer stored on disk - Fix settings not immediately changing back when focusing the window and idle mode is active in the config ([PR 159](https://github.com/juliand665/Dynamic-FPS/pull/159) by @LostLuma) - Update Russian translation ([PR 160](https://github.com/juliand665/Dynamic-FPS/pull/160) by @mpustovoi) - Update Polish translation ([PR 163](https://github.com/juliand665/Dynamic-FPS/pull/163) by @raspberrygitq) - Fix sounds pausing and resuming at the wrong times ([PR 165](https://github.com/juliand665/Dynamic-FPS/pull/165) by @LostLuma) - Fix music not always being paused when volume is set to zero - Fix sounds resuming when the game is paused and the user navigates away from it - Fix crash loading configs containing unknown sound categories ([PR 167](https://github.com/juliand665/Dynamic-FPS/pull/167) by @LostLuma) - Fix crash on startup when a mod adding new sound categories got removed from an installation
3.4.0 Release 18.02.2024

v3.4.0

Підтримувані версії Minecraft
1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
New Features: - Add Forge and NeoForge support ([PR 164](https://github.com/juliand665/Dynamic-FPS/pull/164) by @LostLuma) - Add option to disable main menu frame rate limit ([PR 161](https://github.com/juliand665/Dynamic-FPS/pull/161) by @LostLuma) - Add LOLCAT translation, update Pirate Speak translation ([PR 162](https://github.com/juliand665/Dynamic-FPS/pull/162) by @Pixaurora) - Add config option to disable the mod without displaying the HUD warning ([PR 166](https://github.com/juliand665/Dynamic-FPS/pull/166) by @LostLuma) - Also adds detailed info on what disables the mod in debug overlay: https://files.lostluma.net/oHO6lS.png Other Changes: - Some redundant config entries are no longer stored on disk - Fix settings not immediately changing back when focusing the window and idle mode is active in the config ([PR 159](https://github.com/juliand665/Dynamic-FPS/pull/159) by @LostLuma) - Update Russian translation ([PR 160](https://github.com/juliand665/Dynamic-FPS/pull/160) by @mpustovoi) - Update Polish translation ([PR 163](https://github.com/juliand665/Dynamic-FPS/pull/163) by @raspberrygitq) - Fix sounds pausing and resuming at the wrong times ([PR 165](https://github.com/juliand665/Dynamic-FPS/pull/165) by @LostLuma) - Fix music not always being paused when volume is set to zero - Fix sounds resuming when the game is paused and the user navigates away from it - Fix crash loading configs containing unknown sound categories ([PR 167](https://github.com/juliand665/Dynamic-FPS/pull/167) by @LostLuma) - Fix crash on startup when a mod adding new sound categories got removed from an installation
3.4.0 Release 18.02.2024

v3.4.0

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
forge
Показати зміни
New Features: - Add Forge and NeoForge support ([PR 164](https://github.com/juliand665/Dynamic-FPS/pull/164) by @LostLuma) - Add option to disable main menu frame rate limit ([PR 161](https://github.com/juliand665/Dynamic-FPS/pull/161) by @LostLuma) - Add LOLCAT translation, update Pirate Speak translation ([PR 162](https://github.com/juliand665/Dynamic-FPS/pull/162) by @Pixaurora) - Add config option to disable the mod without displaying the HUD warning ([PR 166](https://github.com/juliand665/Dynamic-FPS/pull/166) by @LostLuma) - Also adds detailed info on what disables the mod in debug overlay: https://files.lostluma.net/oHO6lS.png Other Changes: - Some redundant config entries are no longer stored on disk - Fix settings not immediately changing back when focusing the window and idle mode is active in the config ([PR 159](https://github.com/juliand665/Dynamic-FPS/pull/159) by @LostLuma) - Update Russian translation ([PR 160](https://github.com/juliand665/Dynamic-FPS/pull/160) by @mpustovoi) - Update Polish translation ([PR 163](https://github.com/juliand665/Dynamic-FPS/pull/163) by @raspberrygitq) - Fix sounds pausing and resuming at the wrong times ([PR 165](https://github.com/juliand665/Dynamic-FPS/pull/165) by @LostLuma) - Fix music not always being paused when volume is set to zero - Fix sounds resuming when the game is paused and the user navigates away from it - Fix crash loading configs containing unknown sound categories ([PR 167](https://github.com/juliand665/Dynamic-FPS/pull/167) by @LostLuma) - Fix crash on startup when a mod adding new sound categories got removed from an installation
3.4.0 Release 18.02.2024

v3.4.0

Підтримувані версії Minecraft
1.17 1.17.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
New Features: - Add Forge and NeoForge support ([PR 164](https://github.com/juliand665/Dynamic-FPS/pull/164) by @LostLuma) - Add option to disable main menu frame rate limit ([PR 161](https://github.com/juliand665/Dynamic-FPS/pull/161) by @LostLuma) - Add LOLCAT translation, update Pirate Speak translation ([PR 162](https://github.com/juliand665/Dynamic-FPS/pull/162) by @Pixaurora) - Add config option to disable the mod without displaying the HUD warning ([PR 166](https://github.com/juliand665/Dynamic-FPS/pull/166) by @LostLuma) - Also adds detailed info on what disables the mod in debug overlay: https://files.lostluma.net/oHO6lS.png Other Changes: - Some redundant config entries are no longer stored on disk - Fix settings not immediately changing back when focusing the window and idle mode is active in the config ([PR 159](https://github.com/juliand665/Dynamic-FPS/pull/159) by @LostLuma) - Update Russian translation ([PR 160](https://github.com/juliand665/Dynamic-FPS/pull/160) by @mpustovoi) - Update Polish translation ([PR 163](https://github.com/juliand665/Dynamic-FPS/pull/163) by @raspberrygitq) - Fix sounds pausing and resuming at the wrong times ([PR 165](https://github.com/juliand665/Dynamic-FPS/pull/165) by @LostLuma) - Fix music not always being paused when volume is set to zero - Fix sounds resuming when the game is paused and the user navigates away from it - Fix crash loading configs containing unknown sound categories ([PR 167](https://github.com/juliand665/Dynamic-FPS/pull/167) by @LostLuma) - Fix crash on startup when a mod adding new sound categories got removed from an installation
3.4.0 Release 18.02.2024

v3.4.0

Підтримувані версії Minecraft
1.16.5
Завантажувачі / Платформи
forge
Показати зміни
New Features: - Add Forge and NeoForge support ([PR 164](https://github.com/juliand665/Dynamic-FPS/pull/164) by @LostLuma) - Add option to disable main menu frame rate limit ([PR 161](https://github.com/juliand665/Dynamic-FPS/pull/161) by @LostLuma) - Add LOLCAT translation, update Pirate Speak translation ([PR 162](https://github.com/juliand665/Dynamic-FPS/pull/162) by @Pixaurora) - Add config option to disable the mod without displaying the HUD warning ([PR 166](https://github.com/juliand665/Dynamic-FPS/pull/166) by @LostLuma) - Also adds detailed info on what disables the mod in debug overlay: https://files.lostluma.net/oHO6lS.png Other Changes: - Some redundant config entries are no longer stored on disk - Fix settings not immediately changing back when focusing the window and idle mode is active in the config ([PR 159](https://github.com/juliand665/Dynamic-FPS/pull/159) by @LostLuma) - Update Russian translation ([PR 160](https://github.com/juliand665/Dynamic-FPS/pull/160) by @mpustovoi) - Update Polish translation ([PR 163](https://github.com/juliand665/Dynamic-FPS/pull/163) by @raspberrygitq) - Fix sounds pausing and resuming at the wrong times ([PR 165](https://github.com/juliand665/Dynamic-FPS/pull/165) by @LostLuma) - Fix music not always being paused when volume is set to zero - Fix sounds resuming when the game is paused and the user navigates away from it - Fix crash loading configs containing unknown sound categories ([PR 167](https://github.com/juliand665/Dynamic-FPS/pull/167) by @LostLuma) - Fix crash on startup when a mod adding new sound categories got removed from an installation
3.4.0 Release 18.02.2024

v3.4.0

Підтримувані версії Minecraft
1.16.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
New Features: - Add Forge and NeoForge support ([PR 164](https://github.com/juliand665/Dynamic-FPS/pull/164) by @LostLuma) - Add option to disable main menu frame rate limit ([PR 161](https://github.com/juliand665/Dynamic-FPS/pull/161) by @LostLuma) - Add LOLCAT translation, update Pirate Speak translation ([PR 162](https://github.com/juliand665/Dynamic-FPS/pull/162) by @Pixaurora) - Add config option to disable the mod without displaying the HUD warning ([PR 166](https://github.com/juliand665/Dynamic-FPS/pull/166) by @LostLuma) - Also adds detailed info on what disables the mod in debug overlay: https://files.lostluma.net/oHO6lS.png Other Changes: - Some redundant config entries are no longer stored on disk - Fix settings not immediately changing back when focusing the window and idle mode is active in the config ([PR 159](https://github.com/juliand665/Dynamic-FPS/pull/159) by @LostLuma) - Update Russian translation ([PR 160](https://github.com/juliand665/Dynamic-FPS/pull/160) by @mpustovoi) - Update Polish translation ([PR 163](https://github.com/juliand665/Dynamic-FPS/pull/163) by @raspberrygitq) - Fix sounds pausing and resuming at the wrong times ([PR 165](https://github.com/juliand665/Dynamic-FPS/pull/165) by @LostLuma) - Fix music not always being paused when volume is set to zero - Fix sounds resuming when the game is paused and the user navigates away from it - Fix crash loading configs containing unknown sound categories ([PR 167](https://github.com/juliand665/Dynamic-FPS/pull/167) by @LostLuma) - Fix crash on startup when a mod adding new sound categories got removed from an installation
3.3.3 Release 14.01.2024

v3.3.3

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Update Italian translation ([PR 149](https://github.com/juliand665/Dynamic-FPS/pull/149) by @TheBossMagnus) - Fix idle checks running when unused ([PR 150](https://github.com/juliand665/Dynamic-FPS/pull/150) by @LostLuma) - Fix rare crash when joining worlds ([PR 154](https://github.com/juliand665/Dynamic-FPS/pull/154) by @LostLuma) - Fix sounds in master category being too quiet ([PR 155](https://github.com/juliand665/Dynamic-FPS/pull/155) by @LostLuma)
3.3.3 Release 14.01.2024

v3.3.3

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Update Italian translation ([PR 149](https://github.com/juliand665/Dynamic-FPS/pull/149) by @TheBossMagnus) - Fix idle checks running when unused ([PR 150](https://github.com/juliand665/Dynamic-FPS/pull/150) by @LostLuma) - Fix rare crash when joining worlds ([PR 154](https://github.com/juliand665/Dynamic-FPS/pull/154) by @LostLuma) - Fix sounds in master category being too quiet ([PR 155](https://github.com/juliand665/Dynamic-FPS/pull/155) by @LostLuma)
3.3.3 Release 14.01.2024

v3.3.3

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Update Italian translation ([PR 149](https://github.com/juliand665/Dynamic-FPS/pull/149) by @TheBossMagnus) - Fix idle checks running when unused ([PR 150](https://github.com/juliand665/Dynamic-FPS/pull/150) by @LostLuma) - Fix rare crash when joining worlds ([PR 154](https://github.com/juliand665/Dynamic-FPS/pull/154) by @LostLuma) - Fix sounds in master category being too quiet ([PR 155](https://github.com/juliand665/Dynamic-FPS/pull/155) by @LostLuma)
3.3.3 Release 14.01.2024

v3.3.3

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Update Italian translation ([PR 149](https://github.com/juliand665/Dynamic-FPS/pull/149) by @TheBossMagnus) - Fix idle checks running when unused ([PR 150](https://github.com/juliand665/Dynamic-FPS/pull/150) by @LostLuma) - Fix rare crash when joining worlds ([PR 154](https://github.com/juliand665/Dynamic-FPS/pull/154) by @LostLuma) - Fix sounds in master category being too quiet ([PR 155](https://github.com/juliand665/Dynamic-FPS/pull/155) by @LostLuma)
3.3.3 Release 14.01.2024

v3.3.3

Підтримувані версії Minecraft
1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Update Italian translation ([PR 149](https://github.com/juliand665/Dynamic-FPS/pull/149) by @TheBossMagnus) - Fix idle checks running when unused ([PR 150](https://github.com/juliand665/Dynamic-FPS/pull/150) by @LostLuma) - Fix rare crash when joining worlds ([PR 154](https://github.com/juliand665/Dynamic-FPS/pull/154) by @LostLuma) - Fix sounds in master category being too quiet ([PR 155](https://github.com/juliand665/Dynamic-FPS/pull/155) by @LostLuma)
3.3.2 Release 28.12.2023

v3.3.2

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix Minecraft's pause on lost focus setting not working when running the game at 0 FPS ([PR 148](https://github.com/juliand665/Dynamic-FPS/pull/148) by @LostLuma) - Use MixinExtras injections to improve mod compatibility (now requires Fabric Loader 0.15.0 / Quilt Loader 0.23.0 or above)
3.3.2 Release 28.12.2023

v3.3.2

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix Minecraft's pause on lost focus setting not working when running the game at 0 FPS ([PR 148](https://github.com/juliand665/Dynamic-FPS/pull/148) by @LostLuma) - Use MixinExtras injections to improve mod compatibility (now requires Fabric Loader 0.15.0 / Quilt Loader 0.23.0 or above)
3.3.2 Release 28.12.2023

v3.3.2

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix Minecraft's pause on lost focus setting not working when running the game at 0 FPS ([PR 148](https://github.com/juliand665/Dynamic-FPS/pull/148) by @LostLuma) - Use MixinExtras injections to improve mod compatibility (now requires Fabric Loader 0.15.0 / Quilt Loader 0.23.0 or above)
3.3.2 Release 28.12.2023

v3.3.2

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix Minecraft's pause on lost focus setting not working when running the game at 0 FPS ([PR 148](https://github.com/juliand665/Dynamic-FPS/pull/148) by @LostLuma) - Use MixinExtras injections to improve mod compatibility (now requires Fabric Loader 0.15.0 / Quilt Loader 0.23.0 or above)
3.3.2 Release 28.12.2023

v3.3.2

Підтримувані версії Minecraft
1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix Minecraft's pause on lost focus setting not working when running the game at 0 FPS ([PR 148](https://github.com/juliand665/Dynamic-FPS/pull/148) by @LostLuma) - Use MixinExtras injections to improve mod compatibility (now requires Fabric Loader 0.15.0 / Quilt Loader 0.23.0 or above)
3.3.1 Release 16.12.2023

v3.3.1

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix master volume resetting to 100% when refocusing the window ([PR 146](https://github.com/juliand665/Dynamic-FPS/pull/146) by @LostLuma)
3.3.1 Release 16.12.2023

v3.3.1

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix master volume resetting to 100% when refocusing the window ([PR 146](https://github.com/juliand665/Dynamic-FPS/pull/146) by @LostLuma)
3.3.1 Release 16.12.2023

v3.3.1

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix master volume resetting to 100% when refocusing the window ([PR 146](https://github.com/juliand665/Dynamic-FPS/pull/146) by @LostLuma)
3.3.1 Release 16.12.2023

v3.3.1

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix master volume resetting to 100% when refocusing the window ([PR 146](https://github.com/juliand665/Dynamic-FPS/pull/146) by @LostLuma)
3.3.1 Release 16.12.2023

v3.3.1

Підтримувані версії Minecraft
1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix master volume resetting to 100% when refocusing the window ([PR 146](https://github.com/juliand665/Dynamic-FPS/pull/146) by @LostLuma)
3.3.0 Release 16.12.2023

v3.3.0

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
New Features: - Add support for configuring the volume multiplier for each sound category ([PR 140](https://github.com/juliand665/Dynamic-FPS/pull/140) by @LostLuma) - Now you can mute music and keep everything else, or do whatever you like! - Add new optional Idle mode ([PR 141](https://github.com/juliand665/Dynamic-FPS/pull/141) by @LostLuma) - Choose a timeout between one and thirty minutes to activate - Configure all settings you're already used to while idling - This may or may not work with controller mods, this is (at least right now) not officially supported Other Changes: - Improve config screen ([PR 131](https://github.com/juliand665/Dynamic-FPS/pull/131) by @LostLuma) - Instead of showing internal values the FPS slider now has an "Unlimited" label - Added tooltips to explain what the graphics options, toast, and garbage collector settings do - Remove the 60 FPS limit on the pause screen ([PR 134](https://github.com/juliand665/Dynamic-FPS/pull/134) by @LostLuma) - This has been superseded by the new idle mode as it has caused some of our users issues - Fix potential thread safety bug involving other mods ([PR 135](https://github.com/juliand665/Dynamic-FPS/pull/135) by @LostLuma) - As far as I'm aware this has never caused an issue, however it has been fixed anyway - Improved config file handling ([PR 139](https://github.com/juliand665/Dynamic-FPS/pull/139) by @LostLuma) - The file should no longer be able to be corrupted while being written - The config is no longer written to disk every time the game is started - Updated Turkish translations ([PR 142](https://github.com/juliand665/Dynamic-FPS/pull/142) by @EuropaYou) - Updated Swedish translations ([PR 143](https://github.com/juliand665/Dynamic-FPS/pull/143) by @Taarek)
3.3.0 Release 16.12.2023

v3.3.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
New Features: - Add support for configuring the volume multiplier for each sound category ([PR 140](https://github.com/juliand665/Dynamic-FPS/pull/140) by @LostLuma) - Now you can mute music and keep everything else, or do whatever you like! - Add new optional Idle mode ([PR 141](https://github.com/juliand665/Dynamic-FPS/pull/141) by @LostLuma) - Choose a timeout between one and thirty minutes to activate - Configure all settings you're already used to while idling - This may or may not work with controller mods, this is (at least right now) not officially supported Other Changes: - Improve config screen ([PR 131](https://github.com/juliand665/Dynamic-FPS/pull/131) by @LostLuma) - Instead of showing internal values the FPS slider now has an "Unlimited" label - Added tooltips to explain what the graphics options, toast, and garbage collector settings do - Remove the 60 FPS limit on the pause screen ([PR 134](https://github.com/juliand665/Dynamic-FPS/pull/134) by @LostLuma) - This has been superseded by the new idle mode as it has caused some of our users issues - Fix potential thread safety bug involving other mods ([PR 135](https://github.com/juliand665/Dynamic-FPS/pull/135) by @LostLuma) - As far as I'm aware this has never caused an issue, however it has been fixed anyway - Improved config file handling ([PR 139](https://github.com/juliand665/Dynamic-FPS/pull/139) by @LostLuma) - The file should no longer be able to be corrupted while being written - The config is no longer written to disk every time the game is started - Updated Turkish translations ([PR 142](https://github.com/juliand665/Dynamic-FPS/pull/142) by @EuropaYou) - Updated Swedish translations ([PR 143](https://github.com/juliand665/Dynamic-FPS/pull/143) by @Taarek)
3.3.0 Release 16.12.2023

v3.3.0

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
New Features: - Add support for configuring the volume multiplier for each sound category ([PR 140](https://github.com/juliand665/Dynamic-FPS/pull/140) by @LostLuma) - Now you can mute music and keep everything else, or do whatever you like! - Add new optional Idle mode ([PR 141](https://github.com/juliand665/Dynamic-FPS/pull/141) by @LostLuma) - Choose a timeout between one and thirty minutes to activate - Configure all settings you're already used to while idling - This may or may not work with controller mods, this is (at least right now) not officially supported Other Changes: - Improve config screen ([PR 131](https://github.com/juliand665/Dynamic-FPS/pull/131) by @LostLuma) - Instead of showing internal values the FPS slider now has an "Unlimited" label - Added tooltips to explain what the graphics options, toast, and garbage collector settings do - Remove the 60 FPS limit on the pause screen ([PR 134](https://github.com/juliand665/Dynamic-FPS/pull/134) by @LostLuma) - This has been superseded by the new idle mode as it has caused some of our users issues - Fix potential thread safety bug involving other mods ([PR 135](https://github.com/juliand665/Dynamic-FPS/pull/135) by @LostLuma) - As far as I'm aware this has never caused an issue, however it has been fixed anyway - Improved config file handling ([PR 139](https://github.com/juliand665/Dynamic-FPS/pull/139) by @LostLuma) - The file should no longer be able to be corrupted while being written - The config is no longer written to disk every time the game is started - Updated Turkish translations ([PR 142](https://github.com/juliand665/Dynamic-FPS/pull/142) by @EuropaYou) - Updated Swedish translations ([PR 143](https://github.com/juliand665/Dynamic-FPS/pull/143) by @Taarek)
3.3.0 Release 16.12.2023

v3.3.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
New Features: - Add support for configuring the volume multiplier for each sound category ([PR 140](https://github.com/juliand665/Dynamic-FPS/pull/140) by @LostLuma) - Now you can mute music and keep everything else, or do whatever you like! - Add new optional Idle mode ([PR 141](https://github.com/juliand665/Dynamic-FPS/pull/141) by @LostLuma) - Choose a timeout between one and thirty minutes to activate - Configure all settings you're already used to while idling - This may or may not work with controller mods, this is (at least right now) not officially supported Other Changes: - Improve config screen ([PR 131](https://github.com/juliand665/Dynamic-FPS/pull/131) by @LostLuma) - Instead of showing internal values the FPS slider now has an "Unlimited" label - Added tooltips to explain what the graphics options, toast, and garbage collector settings do - Remove the 60 FPS limit on the pause screen ([PR 134](https://github.com/juliand665/Dynamic-FPS/pull/134) by @LostLuma) - This has been superseded by the new idle mode as it has caused some of our users issues - Fix potential thread safety bug involving other mods ([PR 135](https://github.com/juliand665/Dynamic-FPS/pull/135) by @LostLuma) - As far as I'm aware this has never caused an issue, however it has been fixed anyway - Improved config file handling ([PR 139](https://github.com/juliand665/Dynamic-FPS/pull/139) by @LostLuma) - The file should no longer be able to be corrupted while being written - The config is no longer written to disk every time the game is started - Updated Turkish translations ([PR 142](https://github.com/juliand665/Dynamic-FPS/pull/142) by @EuropaYou) - Updated Swedish translations ([PR 143](https://github.com/juliand665/Dynamic-FPS/pull/143) by @Taarek)
3.3.0 Release 16.12.2023

v3.3.0

Підтримувані версії Minecraft
1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
New Features: - Add support for configuring the volume multiplier for each sound category ([PR 140](https://github.com/juliand665/Dynamic-FPS/pull/140) by @LostLuma) - Now you can mute music and keep everything else, or do whatever you like! - Add new optional Idle mode ([PR 141](https://github.com/juliand665/Dynamic-FPS/pull/141) by @LostLuma) - Choose a timeout between one and thirty minutes to activate - Configure all settings you're already used to while idling - This may or may not work with controller mods, this is (at least right now) not officially supported Other Changes: - Improve config screen ([PR 131](https://github.com/juliand665/Dynamic-FPS/pull/131) by @LostLuma) - Instead of showing internal values the FPS slider now has an "Unlimited" label - Added tooltips to explain what the graphics options, toast, and garbage collector settings do - Remove the 60 FPS limit on the pause screen ([PR 134](https://github.com/juliand665/Dynamic-FPS/pull/134) by @LostLuma) - This has been superseded by the new idle mode as it has caused some of our users issues - Fix potential thread safety bug involving other mods ([PR 135](https://github.com/juliand665/Dynamic-FPS/pull/135) by @LostLuma) - As far as I'm aware this has never caused an issue, however it has been fixed anyway - Improved config file handling ([PR 139](https://github.com/juliand665/Dynamic-FPS/pull/139) by @LostLuma) - The file should no longer be able to be corrupted while being written - The config is no longer written to disk every time the game is started - Updated Turkish translations ([PR 142](https://github.com/juliand665/Dynamic-FPS/pull/142) by @EuropaYou) - Updated Swedish translations ([PR 143](https://github.com/juliand665/Dynamic-FPS/pull/143) by @Taarek)
3.2.1 Release 12.10.2023

v3.2.1

Підтримувані версії Minecraft
1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix potential crash on 1.19.3 (by @LostLuma) - Fix sounds stopping when setting volume to zero ([PR 130](https://github.com/juliand665/Dynamic-FPS/pull/130) by @LostLuma) - Sounds will now properly resume when restoring to a non-zero volume - Fixes an incompatibility with Now Playing causing toast notification spam - Opt sound options screen into screen optimization on 1.19.3 and 1.19.4 (by @LostLuma)
3.2.1 Release 29.09.2023

v3.2.1

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2 1.20.3 1.20.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix potential crash on 1.19.3 (by @LostLuma) - Fix sounds stopping when setting volume to zero ([PR 130](https://github.com/juliand665/Dynamic-FPS/pull/130) by @LostLuma) - Sounds will now properly resume when restoring to a non-zero volume - Fixes an incompatibility with Now Playing causing toast notification spam - Opt sound options screen into screen optimization on 1.19.3 and 1.19.4 (by @LostLuma)
3.2.1 Release 29.09.2023

v3.2.1

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix potential crash on 1.19.3 (by @LostLuma) - Fix sounds stopping when setting volume to zero ([PR 130](https://github.com/juliand665/Dynamic-FPS/pull/130) by @LostLuma) - Sounds will now properly resume when restoring to a non-zero volume - Fixes an incompatibility with Now Playing causing toast notification spam - Opt sound options screen into screen optimization on 1.19.3 and 1.19.4 (by @LostLuma)
3.2.1 Release 29.09.2023

v3.2.1

Підтримувані версії Minecraft
1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix potential crash on 1.19.3 (by @LostLuma) - Fix sounds stopping when setting volume to zero ([PR 130](https://github.com/juliand665/Dynamic-FPS/pull/130) by @LostLuma) - Sounds will now properly resume when restoring to a non-zero volume - Fixes an incompatibility with Now Playing causing toast notification spam - Opt sound options screen into screen optimization on 1.19.3 and 1.19.4 (by @LostLuma)
3.2.1 Release 29.09.2023

v3.2.1

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix potential crash on 1.19.3 (by @LostLuma) - Fix sounds stopping when setting volume to zero ([PR 130](https://github.com/juliand665/Dynamic-FPS/pull/130) by @LostLuma) - Sounds will now properly resume when restoring to a non-zero volume - Fixes an incompatibility with Now Playing causing toast notification spam - Opt sound options screen into screen optimization on 1.19.3 and 1.19.4 (by @LostLuma)
3.2.0 Release 21.09.2023

v3.2.0

Підтримувані версії Minecraft
1.20 1.20.1 1.20.2
Завантажувачі / Платформи
fabric quilt
Показати зміни
Adds and updates a lot of translations in time for Minecraft 1.20.2, contains no other changes. To make translations available to a wider range of users we've worked with translators and have ourselves duplicated translations to regions using the same language (e.g. German translations are available to Austrian and Swiss German players now). If you disagree with this change due to it not having regionally specific words please let us know or open a PR to fix them, thank you! - Updated french translations ([PR 119](https://github.com/juliand665/Dynamic-FPS/pull/119) and [PR 120](https://github.com/juliand665/Dynamic-FPS/pull/120) by @ishi-sama) - Updated german translations ([PR 121](https://github.com/juliand665/Dynamic-FPS/pull/121) by @LostLuma and @juliand665) - Updated russian translations ([PR 122](https://github.com/juliand665/Dynamic-FPS/pull/122) and [PR 124](https://github.com/juliand665/Dynamic-FPS/pull/124) by @RinixGG and @wicivo) - Added spanish translations ([PR 125](https://github.com/juliand665/Dynamic-FPS/pull/125) by @Rhbarber) - Update traditional chinese translations ([PR 126](https://github.com/juliand665/Dynamic-FPS/pull/126) by @notlin4) - Updated italian translations ([PR 127](https://github.com/juliand665/Dynamic-FPS/pull/127) by @TheBossMagnus)
3.2.0 Release 21.09.2023

v3.2.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
Adds and updates a lot of translations in time for Minecraft 1.20.2, contains no other changes. To make translations available to a wider range of users we've worked with translators and have ourselves duplicated translations to regions using the same language (e.g. German translations are available to Austrian and Swiss German players now). If you disagree with this change due to it not having regionally specific words please let us know or open a PR to fix them, thank you! - Updated french translations ([PR 119](https://github.com/juliand665/Dynamic-FPS/pull/119) and [PR 120](https://github.com/juliand665/Dynamic-FPS/pull/120) by @ishi-sama) - Updated german translations ([PR 121](https://github.com/juliand665/Dynamic-FPS/pull/121) by @LostLuma and @juliand665) - Updated russian translations ([PR 122](https://github.com/juliand665/Dynamic-FPS/pull/122) and [PR 124](https://github.com/juliand665/Dynamic-FPS/pull/124) by @RinixGG and @wicivo) - Added spanish translations ([PR 125](https://github.com/juliand665/Dynamic-FPS/pull/125) by @Rhbarber) - Update traditional chinese translations ([PR 126](https://github.com/juliand665/Dynamic-FPS/pull/126) by @notlin4) - Updated italian translations ([PR 127](https://github.com/juliand665/Dynamic-FPS/pull/127) by @TheBossMagnus)
3.2.0 Release 21.09.2023

v3.2.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
Adds and updates a lot of translations in time for Minecraft 1.20.2, contains no other changes. To make translations available to a wider range of users we've worked with translators and have ourselves duplicated translations to regions using the same language (e.g. German translations are available to Austrian and Swiss German players now). If you disagree with this change due to it not having regionally specific words please let us know or open a PR to fix them, thank you! - Updated french translations ([PR 119](https://github.com/juliand665/Dynamic-FPS/pull/119) and [PR 120](https://github.com/juliand665/Dynamic-FPS/pull/120) by @ishi-sama) - Updated german translations ([PR 121](https://github.com/juliand665/Dynamic-FPS/pull/121) by @LostLuma and @juliand665) - Updated russian translations ([PR 122](https://github.com/juliand665/Dynamic-FPS/pull/122) and [PR 124](https://github.com/juliand665/Dynamic-FPS/pull/124) by @RinixGG and @wicivo) - Added spanish translations ([PR 125](https://github.com/juliand665/Dynamic-FPS/pull/125) by @Rhbarber) - Update traditional chinese translations ([PR 126](https://github.com/juliand665/Dynamic-FPS/pull/126) by @notlin4) - Updated italian translations ([PR 127](https://github.com/juliand665/Dynamic-FPS/pull/127) by @TheBossMagnus)
3.1.0 Release 09.09.2023

v3.1.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
Reduces Dynamic FPS' performance impact during active and inactive times, reverts the changes making mod compatibility worse in the earlier 3.x releases, and comes with fixed up translations. Full changelog: - Use window events instead of polling for changes ([PR 110](https://github.com/juliand665/Dynamic-FPS/pull/110) by @LostLuma) - Limit suspend state to pause screen ([PR 114](https://github.com/juliand665/Dynamic-FPS/pull/114) by @LostLuma) - Lower minimum idle FPS to 15 ([PR 115](https://github.com/juliand665/Dynamic-FPS/pull/115) by @LostLuma) - Update translations (contributed by @GuNanOvO, @Taarek, and @Pixaurora - thank you!) If you play Minecraft in another language PRs with translations are always appreciated! 🐈
3.1.0 Release 09.09.2023

v3.1.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
Reduces Dynamic FPS' performance impact during active and inactive times, reverts the changes making mod compatibility worse in the earlier 3.x releases, and comes with fixed up translations. Full changelog: - Use window events instead of polling for changes ([PR 110](https://github.com/juliand665/Dynamic-FPS/pull/110) by @LostLuma) - Limit suspend state to pause screen ([PR 114](https://github.com/juliand665/Dynamic-FPS/pull/114) by @LostLuma) - Lower minimum idle FPS to 15 ([PR 115](https://github.com/juliand665/Dynamic-FPS/pull/115) by @LostLuma) - Update translations (contributed by @GuNanOvO, @Taarek, and @Pixaurora - thank you!) If you play Minecraft in another language PRs with translations are always appreciated! 🐈
3.1.0 Release 09.09.2023

v3.1.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
Reduces Dynamic FPS' performance impact during active and inactive times, reverts the changes making mod compatibility worse in the earlier 3.x releases, and comes with fixed up translations. Full changelog: - Use window events instead of polling for changes ([PR 110](https://github.com/juliand665/Dynamic-FPS/pull/110) by @LostLuma) - Limit suspend state to pause screen ([PR 114](https://github.com/juliand665/Dynamic-FPS/pull/114) by @LostLuma) - Lower minimum idle FPS to 15 ([PR 115](https://github.com/juliand665/Dynamic-FPS/pull/115) by @LostLuma) - Update translations (contributed by @GuNanOvO, @Taarek, and @Pixaurora - thank you!) If you play Minecraft in another language PRs with translations are always appreciated! 🐈
3.0.1 Release 04.09.2023

v3.0.1

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix incompatibility with Fabrication's uncap menu fps option ([PR 106](https://github.com/juliand665/Dynamic-FPS/pull/106) by @LostLuma) - Fix incompatibility with Xaero's World Map, and probably a few other mods ([PR 108](https://github.com/juliand665/Dynamic-FPS/pull/108) by @LostLuma) If you are aware of any other issues caused by the recent 3.0 update please report them 🦫
3.0.1 Release 04.09.2023

v3.0.1

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix incompatibility with Fabrication's uncap menu fps option ([PR 106](https://github.com/juliand665/Dynamic-FPS/pull/106) by @LostLuma) - Fix incompatibility with Xaero's World Map, and probably a few other mods ([PR 108](https://github.com/juliand665/Dynamic-FPS/pull/108) by @LostLuma) If you are aware of any other issues caused by the recent 3.0 update please report them 🦫
3.0.1 Release 04.09.2023

v3.0.1

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix incompatibility with Fabrication's uncap menu fps option ([PR 106](https://github.com/juliand665/Dynamic-FPS/pull/106) by @LostLuma) - Fix incompatibility with Xaero's World Map, and probably a few other mods ([PR 108](https://github.com/juliand665/Dynamic-FPS/pull/108) by @LostLuma) If you are aware of any other issues caused by the recent 3.0 update please report them 🦫
3.0.0 Release 02.09.2023

v3.0.0

Підтримувані версії Minecraft
1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
This update comes with some **breaking changes** due to a rework of how Dynamic FPS works. Breaking Changes: - All settings can now be configured individually for the hovered, unfocused, and invisible window states - Updating will **reset your config**, as there is many more options and we've switched to a new storage backend - The mod ID has changed from `dynamicfps` to `dynamic_fps`, this might affect dependency declarations and/or overrides Regular Old Changes: - Fix minimization sometimes not being detected ([PR 95](https://github.com/juliand665/Dynamic-FPS/pull/95) by @juliand665) - Allow dynamically reducing graphics settings to two new presets ([PR 96](https://github.com/juliand665/Dynamic-FPS/pull/96) by @EuropaYou) - Fix toast delay mechanism making the toast popup disappear instantly on unfocus ([PR 98](https://github.com/juliand665/Dynamic-FPS/pull/98) by @LostLuma) - Apply screen optimization / disable terrain rendering in stats screen ([PR 99](https://github.com/juliand665/Dynamic-FPS/pull/99) by @LostLuma) - Add power states system / allow for far more customizability ([PR 101](https://github.com/juliand665/Dynamic-FPS/pull/101) by @LostLuma) - Add reduced FPS info to debug screen ([PR 102](https://github.com/juliand665/Dynamic-FPS/pull/102) by @LostLuma) - Added and updated translations (contributed by @ImVietnam, @EuropaYou, @LostLuma) Miscellaneous Notes: - The mod archive is now roughly half the size from before! - Incompatiblity with Remove Reloading Screen / rrls was fixed **Thanks to all external contributors!** ![](https://files.lostluma.net/4f5XIF.png)
3.0.0 Release 02.09.2023

v3.0.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
This update comes with some **breaking changes** due to a rework of how Dynamic FPS works. Breaking Changes: - All settings can now be configured individually for the hovered, unfocused, and invisible window states - Updating will **reset your config**, as there is many more options and we've switched to a new storage backend - The mod ID has changed from `dynamicfps` to `dynamic_fps`, this might affect dependency declarations and/or overrides Regular Old Changes: - Fix minimization sometimes not being detected ([PR 95](https://github.com/juliand665/Dynamic-FPS/pull/95) by @juliand665) - Allow dynamically reducing graphics settings to two new presets ([PR 96](https://github.com/juliand665/Dynamic-FPS/pull/96) by @EuropaYou) - Fix toast delay mechanism making the toast popup disappear instantly on unfocus ([PR 98](https://github.com/juliand665/Dynamic-FPS/pull/98) by @LostLuma) - Apply screen optimization / disable terrain rendering in stats screen ([PR 99](https://github.com/juliand665/Dynamic-FPS/pull/99) by @LostLuma) - Add power states system / allow for far more customizability ([PR 101](https://github.com/juliand665/Dynamic-FPS/pull/101) by @LostLuma) - Add reduced FPS info to debug screen ([PR 102](https://github.com/juliand665/Dynamic-FPS/pull/102) by @LostLuma) - Added and updated translations (contributed by @ImVietnam, @EuropaYou, @LostLuma) Miscellaneous Notes: - The mod archive is now roughly half the size from before! - Incompatiblity with Remove Reloading Screen / rrls was fixed **Thanks to all external contributors!** ![](https://files.lostluma.net/4f5XIF.png)
3.0.0 Release 02.09.2023

v3.0.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3
Завантажувачі / Платформи
fabric quilt
Показати зміни
This update comes with some **breaking changes** due to a rework of how Dynamic FPS works. Breaking Changes: - All settings can now be configured individually for the hovered, unfocused, and invisible window states - Updating will **reset your config**, as there is many more options and we've switched to a new storage backend - The mod ID has changed from `dynamicfps` to `dynamic_fps`, this might affect dependency declarations and/or overrides Regular Old Changes: - Fix minimization sometimes not being detected ([PR 95](https://github.com/juliand665/Dynamic-FPS/pull/95) by @juliand665) - Allow dynamically reducing graphics settings to two new presets ([PR 96](https://github.com/juliand665/Dynamic-FPS/pull/96) by @EuropaYou) - Fix toast delay mechanism making the toast popup disappear instantly on unfocus ([PR 98](https://github.com/juliand665/Dynamic-FPS/pull/98) by @LostLuma) - Apply screen optimization / disable terrain rendering in stats screen ([PR 99](https://github.com/juliand665/Dynamic-FPS/pull/99) by @LostLuma) - Add power states system / allow for far more customizability ([PR 101](https://github.com/juliand665/Dynamic-FPS/pull/101) by @LostLuma) - Add reduced FPS info to debug screen ([PR 102](https://github.com/juliand665/Dynamic-FPS/pull/102) by @LostLuma) - Added and updated translations (contributed by @ImVietnam, @EuropaYou, @LostLuma) Miscellaneous Notes: - The mod archive is now roughly half the size from before! - Incompatiblity with Remove Reloading Screen / rrls was fixed **Thanks to all external contributors!** ![](https://files.lostluma.net/4f5XIF.png)
2.4.0 Release 20.06.2023

v2.4.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix HUD text being light gray at night instead of white - Detect and render world at 0 FPS when a screen is covering the whole game (such as keybinds, resourcepacks, etc.) ([PR 91](https://github.com/juliand665/Dynamic-FPS/pull/91) by @LostLuma) - This uses a heuristic to also work for modded screens, however you can also opt in or out manually. [More info here.](https://github.com/juliand665/Dynamic-FPS#developer-info)
2.3.0 Release 10.06.2023

v2.3.0

Підтримувані версії Minecraft
1.20 1.20.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fix Dynamic FPS not working on jitpack for use in dev environments ([PR 78](https://github.com/juliand665/Dynamic-FPS/pull/78) by @sisby-folk) - Delay showing toasts while the game is unfocused ([PR 83](https://github.com/juliand665/Dynamic-FPS/pull/83) by @LostLuma) - Support Minecraft 1.20.0 ([PR 89](https://github.com/juliand665/Dynamic-FPS/pull/89) by @LostLuma) - Added and updated translations (contributed by @StarsShine11904, @Altegar, @Felix14-v2, @TheDoctorLink, @FITFC, @BurrConnie, @notlin4, and @TheBossMagnus)
2.2.0 Release 12.06.2022

v2.2.0

Підтримувані версії Minecraft
1.19 1.19.1 1.19.2 1.19.3 1.19.4
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Fully updated to 1.19 by using a newer version of Mod Menu (4.0.0)—many thanks to @DenaryDev for fixing this in #61!
2.1.0 Release 15.01.2022

v2.1.0

Підтримувані версії Minecraft
1.18.1 1.18.2 1.19
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Now has the ability to reduce audio when unfocused (25% by default) and when not visible (0% by default).
2.0.6 Release 20.10.2021

v2.0.6

Підтримувані версії Minecraft
1.17.1 1.18
Завантажувачі / Платформи
fabric quilt
Показати зміни
- No longer bundles Cloth Config, reducing JAR size by almost 90%—together with another change, the JAR is now under 100 KB. - No longer tries to reduce FPS while e.g. rendering a video with ReplayMod (#44—thanks, @altrisi!) - Updated Italian, Portuguese, and Estonian localizations (thanks, translators!)
2.0.5 Release 08.08.2021

v2.0.5

Підтримувані версії Minecraft
1.17.1
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Worked around reload screen fadeout not working (#35—thanks, altrisi!) - File size reduced by ~300 KB (#30—thanks, wafflecoffee!) - Localization updates: Russian (#28), Chinese (#34)
2.0.4 Release 29.06.2021

v2.0.4

Підтримувані версії Minecraft
1.17 1.17.1-pre1
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Added an option to run garbage collection whenever the window loses focus.
2.0.2 Release 08.05.2021

v2.0.2

Підтримувані версії Minecraft
1.16.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Updated Russian Localization ([#22—Felix14-v2](https://github.com/juliand665/Dynamic-FPS/pull/22))
2.0.1 Release 21.01.2021

v2.0.1

Підтримувані версії Minecraft
1.16.2 1.16.3-rc1 1.16.3 1.16.4-pre1 1.16.4-pre2 1.16.4-rc1 1.16.4 20w45a 20w46a 20w48a 20w49a 20w51a 1.16.5-rc1 1.16.5 21w03a
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Localization
2.0.0 Release 19.01.2021

v2.0.0

Підтримувані версії Minecraft
1.16.2 1.16.3-rc1 1.16.3 1.16.4-pre1 1.16.4-pre2 1.16.4-rc1 1.16.4 20w45a 20w46a 20w48a 20w49a 20w51a 1.16.5-rc1 1.16.5
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Allow configuring the mod
1.2.1 Release 07.01.2021

v1.2.1

Підтримувані версії Minecraft
1.16.2-pre1 1.16.2-pre2 1.16.2-pre3 1.16.2-rc1 1.16.2-rc2 1.16.2 1.16.3-rc1 1.16.3 1.16.4-pre1 1.16.4-pre2 1.16.4-rc1 1.16.4 20w45a 20w46a 20w48a 20w49a 20w51a
Завантажувачі / Платформи
fabric quilt
Показати зміни
- Added Chinese localization