Unofficial site, not affiliated with modrinth.com.What is this?
Моды/Provi's Health Bars
Provi's Health Bars

Provi's Health Bars

Adds sleek and expansive health bars / damage indicators.

103.7K
205
  • 2.4.3+26.1.2

    release17 мая 2026 г.

    Updated to Minecraft 26.1 versions!

  • 2.4.3+1.21.11

    release24 декабря 2025 г.

    Hotfix to address an oopsie with dynamic colours in 1.21.11

    Bugfixes

    • Dynamic Health bars no longer reverse the "start" and "end" colours.
  • 2.4.2+1.21.11

    release18 декабря 2025 г.
    • Updated to Minecraft 1.21.11
  • 2.4.2+1.21.10

    release9 декабря 2025 г.

    Bugfixes

    • Fixed a crash caused by viewing entities that have ambient status effects.
  • 2.4.1+1.21.10

    release29 октября 2025 г.
    • Updated to 1.21.10
  • 2.4.1+1.21.6

    release4 сентября 2025 г.

    Changes

    • Updated to Minecraft 1.21.6 - 1.21.8
  • 2.4.1+1.21.5

    release7 июня 2025 г.

    Bugfixes

  • 2.4.0+1.21.5

    release30 мая 2025 г.

    Larger update to provide bug fixes and new data-driven functionality.

    Additions

    • Added data-driven customisation.
      • Resource packs can now be used to change the hud type, HUD health bars, portrait, and more for individual entity types and also tags.
      • Includes data generators so dependent mods can easily add their own customisations.

    Bugfixes

    • Adjusted health bar rendering to use vanilla's "text" rendering instead of the prior custom implementation.
      • Resolves the incompatibility with Iris shaders.
      • Should resolve other rendering incompatibilities too.
  • 2.3.2+1.21.5

    release21 апреля 2025 г.

    Changes

    • Updated the json config to be more readable.
      • This update will reset your settings.

    Known Issues

    • Health Bars do not render with shaders; this is still under investigation, but rendering is extremely obtuse and I can't find any documentation.
      • The compatibility health bars have been temporarily disabled since they don't work anymore.
  • 2.3.1+1.21.4

    release20 февраля 2025 г.

    Bugfixes

    • In-world health bars show mount health again.
    • Blacklisted entities no longer affect mount healthbars.
  • 2.3.1+1.21.3

    release20 февраля 2025 г.

    Bugfixes

    • In-world health bars show mount health again.
    • Blacklisted entities no longer affect mount healthbars.
  • 2.3.0+1.21.4

    release5 января 2025 г.

    Minor patch that adds more versatility to in-world health bars.

    Additions

    • Added ability for health bar to match team colour. (ZsoltMolnarrr/Provismet)
    • Added ability for the background of a health bar to match the foreground colour. (ZsoltMolnarrr)
    • Added built-in resource pack for square-styled health bars.
    • Added built-in resource pack for round-styled health bars.

    Changes

    • Slightly changed the health bar textures to improve visual clarity.

    Bugfixes

    • Fixed text being disjointed when particles were in rising mode.
  • 2.3.0+1.21.3

    release5 января 2025 г.

    Minor patch that adds more versatility to in-world health bars.

    Additions

    • Added ability for health bar to match team colour. (ZsoltMolnarrr/Provismet)
    • Added ability for the background of a health bar to match the foreground colour. (ZsoltMolnarrr)
    • Added built-in resource pack for square-styled health bars.
    • Added built-in resource pack for round-styled health bars.

    Changes

    • Slightly changed the health bar textures to improve visual clarity.
  • 2.3.0+1.21

    release5 января 2025 г.

    Minor patch that adds more versatility to in-world health bars.

    Additions

    • Added ability for health bar to match team colour. (ZsoltMolnarrr/Provismet)
    • Added ability for the background of a health bar to match the foreground colour. (ZsoltMolnarrr)
    • Added built-in resource pack for square-styled health bars.
    • Added built-in resource pack for round-styled health bars.
    • [Backport] Added the target's status effects to the HUD display.

    Changes

    • Slightly changed the health bar textures to improve visual clarity.
  • 2.2.0+1.21.4

    release14 декабря 2024 г.

    Additions

    • Health bars on the HUD now display the status effects of the target.
      • Only status effects with visible particles are shown. Status effects with particles disabled are not displayed.
    • Added a config option to toggle status effects on the health bar HUD.

    Bugfixes

    • Damage particles no longer spam the logs.
    • Fixed an issue that caused all nameplates to be permanently visible.
  • 2.2.0+1.21.3

    release14 декабря 2024 г.

    Additions

    • Health bars on the HUD now display the status effects of the target.
      • Only status effects with visible particles are shown. Status effects with particles disabled are not displayed.
    • Added a config option to toggle status effects on the health bar HUD.

    Bugfixes

    • Fixed an issue that caused all nameplates to be permanently visible.
  • 2.1.3+1.21.4

    release7 декабря 2024 г.

    1.21.4 introduces rendering changes that cause the original damage indicator particle implementation crash the game (Sodium users were seemingly unaffected). This update fixes this issue by changing, once again, how the text is rendered by the particle.

    Changes

    • The coloured rhombus and the text for damage particles have been split into two separate particle types.
      • provihealth:text_particle is no longer the image, now it is purely the text and uses the CUSTOM particle layer.
      • provihealth:health_particle uses all of the original parameters that the damage particles had originally, except now it only renders the image and not the text. This particle spawns the text as a separate particle when created.
    • No longer uses its own built-in JSON builder. The mod now uses the JSON builder supplied by LilyLib.
  • 2.1.2+1.21.3

    release28 ноября 2024 г.

    No major changes, updates the mod and changes several internals to use the changes in Minecraft's rendering code.

    Changes

    • In-world health bars now use tickDelta (bar movement is fixed to ticks).

    Removals

    • Removed the World Gliding setting due to the above.
  • 2.1.1+1.21

    release7 сентября 2024 г.

    Patch update to address some visual inconsistencies.

    Changes

    • In-World health bars no longer show when GUI is hidden (F1 mode).
    • In-World health bars no longer render past the fog border.
      • The effects of blindness and darkness are considered fog.
  • 2.1.0+1.21

    release16 июня 2024 г.

    Minor update to bring the mod into 1.21 Minecraft.

    Additions

    • Text on damage particles now has an alpha channel. This can be adjusted in the settings menu.
      • Caution: If updating from the previous version of the mod, it is possible that the alpha will be at zero (invisible). Double check your settings if you can't see any text particles.
1

Совместимость

Minecraft: Java Edition

Платформы

Поддерживаемые окружения

Клиент

Сведения

Лицензия:Lily License v1.1
Опубликован:2 года назад
Обновлён:4 недели назад
ID проекта:
Главная