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.jsonin theconfigfolder of your root mc directory. - The health threshold is configurable using the
/tintcommand.
- Clone this repo.
- Run
gradlew genSources ideafor IntelliJ andgradlew genSources eclipsefor Eclipse and import the Gradle project. (This is optional if you don't want to change the source code) - Run
gradlew buildfor creating a build (result inbuild/libs/)