CurseForge · Minecraft mod
ReHurtTime
A mod that reworks the damage invulnerable mechanic.
Quick answer
Which ReHurtTime release should I use?
rehurttime-1.1.8-all.jar targets 1.20.1 with Forge, NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is ReHurtTime required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does rehurttime-1.1.8-all.jar need?
rehurttime-1.1.8-all.jar. 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 ReHurtTime without breaking your instance.
Built for rehurttime-1.1.8-all.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use rehurttime-1.1.8-all.jar. It targets 1.20.1 with Forge, 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
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside rehurttime-1.1.8-all.jar. It opens that exact file at the source.
About this project
What does ReHurtTime add?
ReHurtTime reworks Minecraft’s damage invulnerability mechanic in a lightweight and vanilla-friendly way.
By default, most damage sources bypass the standard invulnerability period, allowing entities to receive damage more consistently. Knockback is disabled by default for bypassed damage, preserving the original feel.
All settings can be adjusted in-game via the configuration screen.
Default Behavior
- Players are protected by invulnerability time.
- Environmental damage (fire, sweet berry bushes, etc.) is excluded.
- Campfire damage does not bypass invulnerability.
- Knockback is only applied when the last damage source has the minecraft:no_knockback tag.
Important: After updating to a new version, please reset the mod configuration (delete the config file or reset in-game) to apply the updated default predicates.
Advanced Configuration
Bypasses Invulnerability Predicate (Config: bypassesInvulnerabilityPredicate)
getEntityType(entity) != 'minecraft:player'
&& !include(getSourceTags(source), 'neoforge:is_environment')
&& getSourceType(source) != 'minecraft:campfire'
Applies Knockback Predicate (Config: appliesKnockbackPredicate)
include(getSourceTags(getLastDamageSource(entity)), 'minecraft:no_knockback')
Expression API
This mod uses AviatorScript for advanced customization. Documentation: AviatorScript Wiki
Available variables:
LivingEntity entity, DamageSource source
Available methods:
String getEntityType(Entity entity), Set<String> getEntityTags(Entity entity)
String getSourceType(DamageSource source), Set<String> getSourceTags(DamageSource source)
String getItemType(ItemStack stack), Set<String> getItemTags(ItemStack stack)
DamageSource getLastDamageSource(Entity entity), Entity getEntity(DamageSource source)
Entity getDirectEntity(DamageSource source), ItemStack getWeaponItem(DamageSource source)
Logging (Config: logEnabled)
Set logEnabled to true to output detailed damage information to the console for debugging. You can also return a HashMap to fully customize the log format.
Project description from CurseForge.
Pick your setup
ReHurtTime by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.21.10
1 loader build1.21.1
1 loader build1.20.6
1 loader build1.20.1
2 loader buildsCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
ReHurtTime versions and loaders
rehurttime-1.1.8-all.jar
21 Aug 2026
rehurttime-1.1.7.jar
16 Aug 2026
rehurttime-1.1.7-all.jar
16 Aug 2026
rehurttime-1.1.6-all.jar
1 Aug 2026
rehurttime-1.1.5.jar
30 Jul 2026
rehurttime-1.1.5-all.jar
30 Jul 2026
rehurttime-1.1.5.jar
30 Jul 2026
rehurttime-1.1.5.jar
30 Jul 2026
rehurttime-1.1.4.jar
28 Jun 2026
rehurttime-1.1.4.jar
28 Jun 2026
rehurttime-1.1.4.jar
28 Jun 2026
rehurttime-1.1.3.jar
4 May 2026
Looking for an older file? The official CurseForge project page is in Resources.