Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cs127/damage-tint

 
 

Repository files navigation

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/)

About

A Minecraft mod designed to add a red tint when the player takes damage

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%