Adds a red tint when the player takes damage. https://www.curseforge.com/minecraft/mc-mods/damage-tint
- The red vignette gradually darkens as the hp reduces.
- The health threshold value (Decides from which hp onward the tint starts rendering) is stored in
damage_tint.json
in theconfig
folder of your root mc directory. - The health threshold is configurable using the
/tint
command.
- Clone this repo.
- Run
gradlew genSources idea
for IntelliJ andgradlew genSources eclipse
for Eclipse and import the Gradle project. (This is optional if you don't want to change the source code) - Run
gradlew build
for creating a build (result inbuild/libs/
)