Mineuniverse
Log in Register
Mods

ReHurtTime

A mod that reworks the damage invulnerable mechanic.
by TheImmortalDamned
Download Claim this project
721 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Adventure and RPG Mobs Utility & QoL

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.

rehurttime-1.1.4.jar
MC Client, 1.20.6, NeoForge, Server
Release 2026-06-28 Get

More from TheImmortalDamned

AliveCombat
944
DummyCritFix
51
Realistic Bird Behavior
463
ParCoolSkill
2,034
TimeScaleLib
1,640

You Might Also Like

AstikorCarts Redux
Horse powered carts and plows, now for 1.20+!
9,976,693
mxTune
Adds musical instruments that allow you to play music in MML format.
994,306
JoJo No Kimyou Na Bouken: JoJoCraft
This is a jojos Mod Nothing more
99,649
Middle-earth
Join the legendary world of Tolkien's universe from The Lord of The Rings to the Hobbit and more!
99,467
Pure Discs - Tricky Trials (Fabric/Forge)
Adds nine new discs from songs that were added in the 1.21 Tricky Trials update!
99,442
Reverse Eon
Reverse Eon adds a persistent, player-owned island dimension to Minecraft. Enter your personal world through the Timekeeper Suitcase and manage it with the Computer Suitcase, giving you full control over island settings, portals, visitors, and more.
9,980