Endurance
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
🖼️ Gallery (4 images)
🔍 Analysis
- 🏆 #299 of 907 fabric mods in this game by downloads
📋 About This Mod
# Description This mod adds 2 new status effects that are inspired by Dead by Daylight. These status effects **only apply to players** for now. - **Endurance** - **Deep Wound** Some enchantments and potions about these 2 status effects are also added. This comes with a 32x resource pack for the textures in this mod. You can use it if you are using any 32x resource packs. Click (https://github.com/The-best-cat/endurance-fabric/releases) to download. You can add this mod as a dependency and access the status effects in your code. The set up process is at the bottom. Here are the simplified descriptions of the 2 status effects. For detailed explanation, please visit (https://github.com/The-best-cat/endurance-fabric/wiki/Status-Effects). ## !(https://cdn.modrinth.com/data/cached_images/e9a399a4eb6f4935974ed47307646924f6acab27.png) Endurance Prevents **fatal damage** once, leaving you at **1 HP** and applying **Deep Wound**. Removes all other Endurance effects. Does **not** trigger if you already have **Deep Wound**. ### Obtainable from - Eating food - Undying enchantment - Potion of Endurance ### For each amplifier - You will gain Deep Wound with the same amplifier of this status effect. ## !(https://cdn.modrinth.com/data/cached_images/29fcf4598dff49f58a7acb3cb191f3881245fce9.png) Deep Wound Removes all other status effects and applies **20 Bleed Points (BP)**. Lose 1 **BP/sec**, dies when all **BP** are lost. Taking damage increases **loss speed** and can cause **instant death** after multiple hits. **Sprinting**, **eating**, and **drinking** slows down bleeding. **Increasing MP**, **taking damage** or **damaging mobs** pauses bleeding. Health restoration is converted to **mending progress (MP)**, conversion rate is increased when sneaking. Remaining **still** and **sneaking** will gradually increase **MP**. **MP** is **gradually lost** if it does **not** increase within **5 seconds**. Reaching **20 MP** removes **Deep Wound**, converting a portion of remaining **BP** into **Absorption** and granting **Regeneration IV** + **Speed I** for **2s**. While suffering from **Deep Wound**, your vision will **slowly fade**. This can be turned on/off using this command ```/endurance showVignette true/false```. !(https://cdn.modrinth.com/data/cached_images/eb7e1d74b8fd1833b5dd54cf3c0d19025afeb486.png) - Orange frames = Mending progress - Red hearts = Bleed points ### Obtainable from - Triggering Endurance effect - Borrowed Life enchantment - Potion of bleeding ### For each amplifier - Time it takes to lose all BP -2s - Time it takes to fully mend -1s # Set up If you want to access the status effects in your own mods, follow this set up to depend your mods on this mod. ``` repositories { maven { url = "https://api.modrinth.com/maven" } } dependencies { modImplementation "maven.modrinth:deep-wound:{the_version}" } ``` The version is in format ```x.y.z+``` e.g. ```1.0.0+1.21.7```. The code is documented in the Wiki page. You also need to add the DuskyWisp's Library mod in your mods folder for your dev client to run. It can be downloaded via the link below. # Dependencies - (https://modrinth.com/mod/duskywisps-library) # Languages - English (US) - English (UK) - Chinese (Taiwan) - Chinese (Hong Kong) - French (Canada) - French (France) ### Huge thank you to ysob64 for translating to French! # MISC **Yes** you can include this mod in your modpacks. **Yes** you can use this mod as a dependency. **Yes** you can post your mods that depend on this mod on mod platforms. **Yes** you can freely use the textures in this mod. **Yes** you can make the resource pack better and post it although I don't think anyone has got nothing better to do than doing this. **Yes** I might release Neoforge version but I'm still learning. **No** you cannot copy my code and post it somewhere else under your name. **No** you cannot post this mod on other platforms under your name. **No** you cannot modify this mod and claim it is yours. **No** I will not backport to older versions. ### If there are any issues, please report it through my Email heinok.chow@gmail.com or through Github, thank you.
# Description This mod adds 2 new status effects that are inspired by Dead by Daylight. These status effects only apply to players for now. - Endurance - Deep Wound
Some enchantments and potions about these 2 status effects are also added.
This comes with a 32x resource pack for the textures in this mod. You can use it if you are using any 32x resource packs. Click (https://github.com/The-best-cat/endurance-fabric/releases) to download.
You can add this mod as a dependency and access the status effects in your code. The set up process is at the bottom.
Here are the simplified descriptions of the 2 status effects. For detailed explanation, please visit (https://github.com/The-best-cat/endurance-fabric/wiki/Status-Effects).
## !(https://cdn.modrinth.com/data/cached_images/e9a399a4eb6f4935974ed47307646924f6acab27.png) Endurance Prevents fatal damage once, leaving you at 1 HP and applying Deep Wound. Removes all other Endurance effects. Does not trigger if you already have Deep Wound.
### Obtainable from - Eating food - Undying enchantment - Potion of Endurance
### For each amplifier - You will gain Deep Wound with the same amplifier of this status effect.
## !(https://cdn.modrinth.com/data/cached_images/29fcf4598dff49f58a7acb3cb191f3881245fce9.png) Deep Wound Removes all other status effects and applies 20 Bleed Points (BP). Lose 1 BP/sec, dies when all BP are lost.
Taking damage increases loss speed and can cause instant death after multiple hits.
Sprinting, eating, and drinking slows down bleeding. Increasing MP, taking damage or damaging mobs pauses bleeding.
Health restoration is converted to mending progress (MP), conversion rate is increased when sneaking. Remaining still and sneaking will gradually increase MP.
MP is gradually lost if it does not increase within 5 seconds.
Reaching 20 MP removes Deep Wound, converting a portion of remaining BP into Absorption and granting Regeneration IV + Speed I for 2s.
While suffering from Deep Wound, your vision will slowly fade. This can be turned on/off using this command ```/endurance showVignette true/false```.
!(https://cdn.modrinth.com/data/cached_images/eb7e1d74b8fd1833b5dd54cf3c0d19025afeb486.png) - Orange frames = Mending progress - Red hearts = Bleed points
### Obtainable from - Triggering Endurance effect - Borrowed Life enchantment - Potion of bleeding
### For each amplifier - Time it takes to lose all BP -2s - Time it takes to fully mend -1s
# Set up If you want to access the status effects in your own mods, follow this set up to depend your mods on this mod.
``` repositories { maven { url = "https://api.modrinth.com/maven" } }
dependencies { modImplementation "maven.modrinth:deep-wound:{the_version}" } ```
The version is in format ```x.y.z+``` e.g. ```1. 0. 0+1. 21. 7```.
The code is documented in the Wiki page. You also need to add the DuskyWisp's Library mod in your mods folder for your dev client to run. It can be downloaded via the link below.
# Dependencies - (https://modrinth.com/mod/duskywisps-library)
# Languages - English (US) - English (UK) - Chinese (Taiwan) - Chinese (Hong Kong) - French (Canada) - French (France) ### Huge thank you to ysob64 for translating to French!
# MISC Yes you can include this mod in your modpacks.
Yes you can use this mod as a dependency.
Yes you can post your mods that depend on this mod on mod platforms.
Yes you can freely use the textures in this mod.
Yes you can make the resource pack better and post it although I don't think anyone has got nothing better to do than doing this.
Yes I might release Neoforge version but I'm still learning.
No you cannot copy my code and post it somewhere else under your name.
No you cannot post this mod on other platforms under your name.
No you cannot modify this mod and claim it is yours.
No I will not backport to older versions.
### If there are any issues, please report it through my Email heinok.chow@gmail.com or through Github, thank you.
📊 Mod Details
- Game
- Minecraft Mods
- Author
- Black-Cat
- Version
- 2.0.0+1.21.7
- Downloads
- 438
- Endorsements
- 6
- Category
- fabric
- Created
- 11/6/2025
- Updated
- 12/13/2025
- Game Versions
- 1.21.7, 1.21.8
- Tags
- game-mechanics
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Endurance support?
The author lists 1.21.7, 1.21.8. Other versions may work but are untested by the author.
What is the latest version of Endurance?
Version 2.0.0+1.21.7, published 2025-12-13 with 438 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await



