• 9/23/24 8:27 am
- 11.9k views • 7 today
- save_alt 2.3k downloads • 3 today
- Game Version
- Minecraft 1.21.1
- Resolution
- 16x
- Progress
- 100% complete
- Changes include
- Mobs
26
Custom Damage Overlay Color
This resource pack allows to change hit color of all entities. By defult this resource pack changes it to green, as an example.
Versions: 1.17 — 1.21.1+
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);More like this
6417535
4


Have something to say?
"vec4 RGBColor = vec4(255,255,255,178);"
Also, if you are using a shaderpack, it will disable your changes.