Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (almost 4 years ago)
- Default Branch: fabric/1.17.x
- Last Pushed: 2022-03-31T16:21:39.000Z (over 2 years ago)
- Last Synced: 2023-03-10T06:21:45.258Z (almost 2 years ago)
- Topics: fabricmc, forge, minecraft, mods
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/damage-tint
- Size: 1.81 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- 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
![Damage Tint](/media/damage-tint.png)
- 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/`)