Features:
- Return by Death
- Major Lives (Also Resets blocks, block inventories)
- Minor Lives (Resets position, health, and effects)
- Dying triggers a period where you cannot lose another minor life, helps with 'unfair' death loops
- Per Player enablement, and FTB Quests Compatibility.
- Adds two Witch Factors
- Unseen hand, can be used offensivly on a cooldown.
- Lions Heart - Take Tick damage, all other forms of damage and player attributes are paused. Toggleable, no cooldown but can result in player death.
- Special Return cases allow for scripted events to be built into a modpack for cinimatic reasons.
Special return cases (all independently toggled under
[special.*]):- Jumpscare — on a rare major death, the player is briefly flashed to the spawn checkpoint position (where Return by Death was first activated) before being returned to their real checkpoint. Opt-in (
special.jumpscareEnabled=false). - Deja Vu — Slowness and an action bar message when dying near the same location as a previous death.
- Death Streak Escalation — Mining Fatigue, Hunger, and Weakness scaling up the more times in a row the player dies from the same damage cause.
- Milestone Messages — Title and subtitle sent every N loops (default 10).
- Fractured Return — A rare Nausea burst on major deaths. Opt-in (
special.fracturedReturnEnabled=false). - Memory Bleed — A rotating action bar line on each return, keyed to total loop count.
- Echo Whisper — Soul-fire particles and a quiet return sound played at the previous death location after returning, if it is within 128 blocks in the same dimension.
- Jumpscare — on a rare major death, the player is briefly flashed to the spawn checkpoint position (where Return by Death was first activated) before being returned to their real checkpoint. Opt-in (
/rezero status— loop state, minor lives, loop counts, checkpoint presence, journal size./rezero deaths— stored death record count./rezero enable [true|false]— opt a player into or out of the loop./rezero checkpoint major|minor [label]— create a checkpoint manually (use from quests or command blocks)./rezero config list|get|set|clear— read and write runtime world overrides on top of TOML defaults.

