Back to mods
RZero project artwork

CurseForge · Minecraft mod

RZero

Return by Death. Completely rewind the timeline and the world state to your last checkpoint upon death.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which RZero release should I use?

Updated yesterday
beta file RZero Fabric 1.21.1 - 0.2.10
Game version 1.21.1
Loader Fabric

RZero Fabric 1.21.1 - 0.2.10 targets 1.21.1 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. All 2 required mods have matching files.

Where it goes

Is RZero required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does RZero Fabric 1.21.1 - 0.2.10 need?

RZero Fabric 1.21.1 - 0.2.10. Change the file and its required mods may change too.

All 2 required mods have matching files

Install Cloth Config API (Fabric/Forge/NeoForge), Fabric API first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.

3 listed on this file 1 pulled in by one of those mods
Fabric API Needed by RZero Fabric 1.21.1 - 0.2.10
required
Matching file found Matched file: [1.21.1] Fabric API 0.116.17+1.21.1
Mod Menu Optional for RZero Fabric 1.21.1 - 0.2.10
optional
Matching file found Matched file: v11.0.5 for 1.21
Text Placeholder API Needed by Mod Menu
pulled in
Matching file found Matched file: placeholder-api-2.4.2+1.21.jar

1 extra mod was pulled in by another dependency. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add RZero without breaking your instance.

Built for RZero Fabric 1.21.1 - 0.2.10. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use RZero Fabric 1.21.1 - 0.2.10. It targets 1.21.1 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Cloth Config API (Fabric/Forge/NeoForge), Fabric API first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside RZero Fabric 1.21.1 - 0.2.10. It opens that exact file at the source.

About this project

What does RZero add?

Return by Death

A mod inspired by the "Return by Death" concept from Re:Zero. It replaces the standard death and respawn mechanics with a world rollback: upon death, the game state returns to the last saved checkpoint.

How it works

The mod records the state of loaded chunks, entities, and players. When a rollback is triggered upon death or manually, the world state is rewound.

To prevent divergence from the original timeline, internal random number generator (RNG) logic is adjusted. Repeating the exact same actions after a rollback causes all probabilistic events (mob behavior, projectile paths, loot generation, or entity spawn coordinates) to occur identically to the initial timeline.

What is restored

  • Terrain and blocks: Placed, broken, or exploded blocks (including TNT and creeper explosions) revert to their previous state. Block entities (chests, furnaces), scheduled block and fluid ticks, block events (piston movements, bell ringing), and villager workstation points of interest (POI) are restored.
  • Entities and mobs: Position coordinates, health, attack targets, navigation paths, damage timers, passenger chains (jockeys, mobs in boats and minecarts), and AI RAM state (villager memory, trades and schedules, active behavior tasks) are restored.
  • Players: Inventory, ender chest contents, coordinates, view angles, health, hunger, experience, potion effects, item cooldowns, abilities, recipe book, spawn point, score, open menu windows, and the item held on the cursor.
  • Global world state: World time, weather, active raids, Ender Dragon fight phases, scoreboard data, custom boss bars, world borders, and force-loaded chunks.

Determinism

  • Reproducibility of combat and random events: Chest loot generation, mob drops, knockback directions, and raid group spawn positions are fully reproducible.
  • Natural spawning: Mob spawning algorithms are aligned with the world seed and time, so repeating the same actions spawns the same creatures.

Client optimizations

  • Client chunk cache: The client displays locally cached chunks and lighting while server data synchronizes over the network.
  • GPU geometry cache: Compiled chunk geometry is stored in video memory (VRAM), reducing render pipeline stalls during rollbacks.
  • Visual adjustments: Smooths camera transitions, resets damage tilt and item-switching animations, and preserves search queries and interface tabs.

Auto-save modes

  • Interval mode: Creates checkpoints on a fixed timer or at random intervals within a configured range.
  • Adaptive mode: Analyzes surrounding threat levels (player health, attacking mobs, nearby hazards, available escape routes) to create checkpoints before critical danger or after combat ends.
  • Boss defeat saves: Automatically saves progress upon defeating the Ender Dragon or Wither.
  • Hazard protection: Prevents checkpoint creation in unrecoverable fatal conditions (such as falling into the void or burning in lava).

Multiplayer: Key player system

In multiplayer, rollbacks apply globally across the server. The key player configuration determines whose death triggers a rollback:

  • Interactive GUI: In-game interface with a player list to configure modes, cooldowns, and rotation.
  • Fixed: Rollback is tied to a single designated player.
  • Multi: A list of multiple designated key players.
  • Everyone: Death of any online player initiates a global rollback.
  • Rotating: The key player role cycles periodically among online players.
  • Rollback cooldown: A configurable cooldown between rollbacks to prevent death loops.
  • Offline players: If a player disconnects before a rollback, data changes are written directly to their .dat file on disk, placing them at the checkpoint state upon rejoining.

Commands and controls

Commands:

  • /rzero set — Manually create a checkpoint.
  • /rzero anchor — Open the key player configuration menu.
  • /rzero anchor status — Displays the active key player mode, current anchors, and cooldown status.
  • /rzero anchor cooldown <seconds> — Sets the rollback cooldown duration after death.
  • /rzero anchor mode fixed [player] — Sets a single key player.
  • /rzero anchor mode multi <players> — Sets a list of key players.
  • /rzero anchor mode everyone — Enables rollbacks for any player death.
  • /rzero anchor mode rotating <seconds> — Enables periodic rotation of the key player.

Hotkeys: Keybindings for manual saving, manual rollback, and opening the key player menu can be configured in the standard game controls menu (unbound by default).

Game rules:

  • rzeroAutoSave — Enables or disables automatic checkpoints.
  • rzeroUseAdaptiveMode — Toggles adaptive save mode.
  • rzeroAdaptiveInterval — Required safety duration before auto-saving in adaptive mode (in seconds).
  • rzeroFixedInterval — Interval between auto-saves in seconds.
  • rzeroUseRandomInterval — Enables random intervals between saves.
  • rzeroRandomIntervalMin / rzeroRandomIntervalMax — Range bounds for random intervals.
  • rzeroPlayRollbackSound — Plays a sound effect during time rewind.

Configuration

Rollback parameters, determinism settings, and client rendering options can be configured via the Cloth Config interface (supporting both standard and advanced display modes).

Project description from CurseForge.

Pick your setup

RZero by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

2 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

RZero versions and loaders

24 of 24 releases match

Looking for an older file? The official CurseForge project page is in Resources.