MineZero - A Re:Zero Mod

Inspired by Re:Zero, this mod introduces Return by Death, checkpoint system to Minecraft, allowing players to set respawn points and return upon death.

File Details

MineZero-1.0.6.jar

  • B
  • Apr 3, 2025
  • 376.91 KB
  • 399
  • 1.20.1
  • Forge

File Name

MineZero-1.0.6.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:mine-zero-return-by-death-1157812:6379614")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

v1.0.6 Changelog

New Gamerule Commands

Auto Checkpoints

  • Usage: /gamerule autoCheckpointEnabled true
  • Description: Enables automatic checkpoint creation. When set to true, checkpoints will be automatically created based on the configured intervals.

Fixed Checkpoint Interval

  • Usage: /gamerule checkpointFixedInterval <seconds>
  • Description: Sets the fixed interval (in seconds) between each checkpoint when not using random intervals.

Use Random Interval

  • Usage: /gamerule useRandomCheckpointInterval true
  • Description: When enabled, the mod will choose a random interval for checkpoint creation instead of using a fixed value.

Random Checkpoint Lower Bound

  • Usage: /gamerule randomCheckpointLowerBound <seconds>
  • Description: Defines the minimum number of seconds for the random checkpoint interval.

Random Checkpoint Upper Bound

  • Usage: /gamerule randomCheckpointUpperBound <seconds>
  • Description: Defines the maximum number of seconds for the random checkpoint interval.

Flute Cooldown Enabled

  • Usage: /gamerule fluteCooldownEnabled true
  • Description: Enables a cooldown period after using the Artifact Flute to prevent rapid re-use.

Flute Cooldown Duration

  • Usage: /gamerule fluteCooldownDuration <seconds>
  • Description: Sets the duration (in seconds) of the cooldown period for the Artifact Flute.