Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 740 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 740 Bytes

Damage Tint

Adds a red tint when the player takes damage. https://www.curseforge.com/minecraft/mc-mods/damage-tint 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 the config folder of your root mc directory.
  • The health threshold is configurable using the /tint command.

Compiling

  • Clone this repo.
  • Run gradlew genSources idea for IntelliJ and gradlew 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 in build/libs/)