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

Custom Damage Overlay Color

Change hit color (tint) of all entities to ANY color!

20K загрузок32 подписчиковMITminecraftvanilla

Обновлён 2 января 2026 г. · опубликован 21 сентября 2024 г.

  • Color changed to purple
  • Color changed to cyan with less transparency

Custom Damage Overlay Color

This resource pack allows to change overlay color of all entities when they take damage. By defult this resource pack changes it to green, as an example.

Versions: 1.17 — 1.21.11

Works with both Optifine and Sodium.


How to change the color

Go into the resource pack and open a file assets/minecraft/shaders/include/change_damage_overlay.glsl, choose a color and put it into the second line of the file. For example if you want to change the color to purple (#AA00FF) with 50% transparency, the second line of the file would look like this:

vec4 RGBColor = vec4(170,0,255,127);

And if you want cyan (#00FFFF) color with the same transparency as in vanilla, it would look like this:

vec4 RGBColor = vec4(0,255,255,178);

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.2Релиз1.21.8, 1.21.9, 1.21.10, 1.21.11minecraft2 января 2026 г..jar (401 КБ)
1.1Релиз1.21.5, 1.21.6, 1.21.7, 1.21.8minecraft13 сентября 2025 г..jar (400 КБ)
1.0Релиз1.17, 1.17.1minecraft21 сентября 2024 г..jar (393 КБ)
1.0Релиз1.19.3, 1.19.4, 1.20, 1.20.1minecraft21 сентября 2024 г..jar (393 КБ)
1.0Релиз1.21.2, 1.21.3, 1.21.4, 1.21.5minecraft, vanilla21 сентября 2024 г..jar (398 КБ)

Ченджлог

1.2Релиз1.21.9, 1.21.10, 1.21.11 · 2 января 2026 г.

Tested in 1.21.11

1.1Релиз1.21.6, 1.21.7, 1.21.8 · 13 сентября 2025 г.

Updated to support 1.21.6-1.21.8

1.0Релиз1.17, 1.17.1 · 21 сентября 2024 г.

For 1.17 — 1.17.1

1.0Релиз1.19.4, 1.20, 1.20.1 · 21 сентября 2024 г.

For 1.18 — 1.20.1

1.0Релиз1.21.3, 1.21.4, 1.21.5 · 21 сентября 2024 г.

For 1.20.2 — 1.21.4

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

Комментарии

Загружаем…