Перейти к содержимому
Mineforgian

Gnetum

Distribute HUD updates over multiple frames to improve performance

1.5M загрузок171 подписчиковLGPL-3.0-onlyfabricforgeneoforge

Обновлён 24 июня 2026 г. · опубликован 14 марта 2025 г.

  • Comparision (1.20.1)
  • Comparison (1.12.2)
  • Config

Gnetum

A Minecraft mod that improves performance by distributing HUD updates over multiple frames.

Overview

Gnetum divides a full HUD update into multiple "passes." Only one pass is rendered each frame, reducing the time taken on HUD updates and improving FPS.

Based on the rendering time of each element, Gnetum automatically distributes their updates over multiple frames, improving both the average FPS and the minimum.

Technical explanations

The idea behind Gnetum is to reduce the framerate of the HUD, which is not cheap to render and does not really change often, to improve the overall performance of the game, in a way that improves both the average and the minimum FPS. To achieve this:

  • Gnetum employs two framebuffers, called a back framebuffer and a front framebuffer, respectively
  • Each frame will render a "pass", that is, a (customizable) portion of the complete HUD, to the back framebuffer
  • If the number of passes is set to 4, for example, a full HUD update is distributed over 4 frames, saving a lot of draw calls every frame and improving FPS
  • After all passes finish rendering, the back framebuffer is "swapped" with the front framebuffer
  • Each frame also renders the front framebuffer, which contains a texture of the full HUD

There is also an HUD FPS limiter that defines the maximum FPS of the HUD.

Configuration

Starting from 4.0.0, integration is implemented with Sodium Config API. The configuration can be accessed from the Video Screen, allowing for adjustment of:

  • the number of passes
  • maximum HUD FPS
  • enabling/disabling caching for each element

Compatibility

1.20.1, 1.21.1 & 1.21.11

✔️ ImmediatelyFast: fully compatible and recommended.

1.12.2

⚠️ OptiFine: make sure "Fast Render" is disabled (this mod would do nothing otherwise.)

⚠️ StellarCore: make sure their HUD Caching feature is disabled (if you are unsure how to disable it you can ignore this: it's disabled by default.)

Credits

This mod is inspired by the HUDCaching mod by Moulberry.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
3.3.6Релиз1.21.1neoforge24 июня 2026 г..jar (118 КБ)
2.4.6Релиз1.20.1forge20 июня 2026 г..jar (711 КБ)
3.3.5Релиз1.21.1neoforge20 июня 2026 г..jar (112 КБ)
4.4.1+26.2-neoforgeРелиз26.2neoforge17 июня 2026 г..jar (86 КБ)
4.4.1+26.2-fabricРелиз26.2fabric17 июня 2026 г..jar (87 КБ)
4.4.1+26.1.2-neoforgeРелиз26.1, 26.1.1, 26.1.2neoforge17 июня 2026 г..jar (85 КБ)
4.4.1+26.1.2-fabricРелиз26.1, 26.1.1, 26.1.2fabric17 июня 2026 г..jar (86 КБ)
4.4.1+1.21.11-neoforgeРелиз1.21.11neoforge17 июня 2026 г..jar (86 КБ)
4.4.1+1.21.11-fabricРелиз1.21.11fabric17 июня 2026 г..jar (87 КБ)
4.4.0+26.2-pre-6-fabricРелиз26.2-pre-4, 26.2-pre-5, 26.2-pre-6, 26.2-rc-1fabric12 июня 2026 г..jar (85 КБ)
4.4.0+26.1.2-neoforgeРелиз26.1, 26.1.1, 26.1.2neoforge12 июня 2026 г..jar (85 КБ)
4.4.0+26.1.2-fabricРелиз26.1, 26.1.1, 26.1.2fabric12 июня 2026 г..jar (86 КБ)
4.4.0+1.21.11-neoforgeРелиз1.21.11neoforge12 июня 2026 г..jar (86 КБ)
4.4.0+1.21.11-fabricРелиз1.21.11fabric12 июня 2026 г..jar (87 КБ)
3.3.4Релиз1.21.1neoforge24 мая 2026 г..jar (106 КБ)

Показаны последние 15 из 95 версий. Все версии — на Modrinth.

Ченджлог

3.3.6Релиз1.21.1 · 24 июня 2026 г.

This version fixes a regression in 3.3.5 that caused the game to crash when opening the Video Settings screen if Embeddium is installed.

2.4.6Релиз1.20.1 · 20 июня 2026 г.
  • Fixed flickering caused by lighting state leaks in some mods
  • Fixed item transparency issues with some mods
3.3.5Релиз1.21.1 · 20 июня 2026 г.

3.3.5

  • Added basic integration with Sodium 0.8+ Video Settings screen
  • Fixed flickering caused by lighting state leaks in some mods
  • Fixed item transparency issues with some mods
4.4.1+26.2-neoforgeРелиз26.2 · 17 июня 2026 г.
  • Added 26.2 NeoForge support
  • Fixed subtitles HUD flickering
4.4.1+26.2-fabricРелиз26.2 · 17 июня 2026 г.
  • Added 26.2 NeoForge support
  • Fixed subtitles HUD flickering
4.4.1+26.1.2-neoforgeРелиз26.1, 26.1.1, 26.1.2 · 17 июня 2026 г.
  • Added 26.2 NeoForge support
  • Fixed subtitles HUD flickering
4.4.1+26.1.2-fabricРелиз26.1, 26.1.1, 26.1.2 · 17 июня 2026 г.
  • Added 26.2 NeoForge support
  • Fixed subtitles HUD flickering
4.4.1+1.21.11-neoforgeРелиз1.21.11 · 17 июня 2026 г.
  • Added 26.2 NeoForge support
  • Fixed subtitles HUD flickering

Полная история изменений — на Modrinth.

Комментарии

Загружаем…