
Modrinth · Minecraft mod
Damage Correction
Smooths combat by compensating near-lethal damage, ensuring clean kills without altering core balance.
Quick answer
Which Damage Correction release should I use?
Damage Correction 26.2-1.1.2 targets 26.2 with NeoForge. Installation on the client is optional. Installation on the dedicated server is optional. No extra mods listed for this file.
Where it goes
Is Damage Correction required on the client, server, or both?
Installation on the client is optional. Installation on the dedicated server is optional.
The source marks this as usable on both the client and server.
What else does Damage Correction 26.2-1.1.2 need?
26.2-1.1.2. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Damage Correction without breaking your instance.
Built for Damage Correction 26.2-1.1.2. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 26.2-1.1.2. It targets 26.2 with NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
Installation on the client is optional. Installation on the dedicated server is optional.
- 04
Pick the file you checked
Use the “Get this file” button beside 26.2-1.1.2. It opens that exact file at the source.
About this project
What does Damage Correction add?
Damage Correction Mod
When a single attack is already enough to decide the outcome, this mod automatically fills in the small remaining difference, delivering a cleaner and smoother combat experience.
Design Goals
Have you ever charged up a powerful attack for ages, only to see the enemy left with a tiny sliver of health?
Or lost the fight because a boss survived with just a bit of HP and turned the tables?
This mod exists exactly for those moments!
It evaluates the final damage result. If the damage dealt by the player is almost enough to kill a creature, the mod will make up the difference and finish the job.
Combat. Feels. Good.
Mechanics
Calculation Logic
finalDamage: The final effective damage (after armor, enchantments, etc.)healthBefore: The target’s health before taking damage
IF
healthBefore > finalDamage
AND
healthBefore - finalDamage <= finalDamage * k
Where:
k determines how much remaining health (relative to the damage dealt) is considered close enough to trigger full damage correction.
Example
- Monster health: 10
- Final damage dealt: 8
Remaining health: 2
With the default setting k = 0.5:
2 <= 8 * 0.5 → True
👉 An extra 2 damage is applied, instantly killing the monster.
But if the monster’s health is 20:
20 - 8 = 12
12 > 8 * 0.5 → False
👉 No correction is applied; damage is handled normally.
Configuration
The following options can be modified indamage_correction-common.toml under the config folder.

License
Licensed under the MIT License. Feel free to use it 😊
Project description from Modrinth.
Pick your setup
Damage Correction by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.1.2
1 loader build26.1.1
1 loader build26.1
1 loader build1.21.1
1 loader build1.20.4
1 loader build1.20.1
1 loader build1.19.2
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Damage Correction versions and loaders
26.2-1.1.2
damage_correction-26.2-1.1.2.jar
10 Aug 2026
26.1-1.1.2
damage_correction-26.1-1.1.2.jar
10 Aug 2026
1.21.1-1.1.2
damage_correction-1.21.1-1.1.2.jar
8 Jan 2026
1.20.4-1.1.2
damage_correction-1.20.4-1.1.2.jar
8 Jan 2026
1.19.2-1.1.1
damage_correction-1.19.2-1.1.1.jar
8 Jan 2026
1.20.1-1.1.1
damage_correction-1.20.1-1.1.1.jar
8 Jan 2026
1.20.1-1.1.0
damage_correction-1.20.1-1.1.0.jar
7 Jan 2026
1.20.1-1.0.0
damage_correction-1.20.1-1.0.0.jar
4 Jan 2026
Looking for an older file? The official Modrinth project page is in Resources.