https://github.com/deadlymc/damage-tint
A Minecraft mod designed to add a red tint when the player takes damage
https://github.com/deadlymc/damage-tint
fabricmc forge minecraft mods
Last synced: 3 months ago
JSON representation
A Minecraft mod designed to add a red tint when the player takes damage
- Host: GitHub
- URL: https://github.com/deadlymc/damage-tint
- Owner: DeadlyMC
- License: mit
- Created: 2021-01-06T06:57:01.000Z (over 4 years ago)
- Default Branch: fabric/1.17.x
- Last Pushed: 2024-02-08T12:23:04.000Z (over 1 year ago)
- Last Synced: 2025-03-26T03:51:12.468Z (3 months ago)
- Topics: fabricmc, forge, minecraft, mods
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/damage-tint
- Size: 1.81 MB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Damage Tint
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 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/`)