MineZero-1.1.0-neoforge-1.21.1.jar
Curse Maven Snippet
What's new
Changelog
MineZero v1.1.0
Changed
- Renamed commands, gamerules, and config keys to a unified, self-explanatory naming convention (see
docs/HowItWorks.md→ "Naming Convention"). Re:Zero terminology ("Subaru", "RBD") no longer appears in any identifier or user-facing message. - Commands:
/setSubaruPlayer→/setanchor/triggerRBD→/restorecheckpoint/setcheckpointis unchanged.
- Gamerules (constants in
ModGameRules.javanow mirror the registered keys):checkpointFixedInterval→autoCheckpointIntervalSecondsuseRandomCheckpointInterval→autoCheckpointRandomIntervalEnabledrandomCheckpointLowerBound→autoCheckpointRandomMinSecondsrandomCheckpointUpperBound→autoCheckpointRandomMaxSecondsfluteCooldownEnabled→artifactFluteCooldownEnabledfluteCooldownDuration→artifactFluteCooldownSecondssetCheckpointOnWorldCreation→checkpointOnWorldCreationautoCheckpointEnabledandartifactFluteEnabledare unchanged.
- Config:
[general] deathChime = "CLASSIC"|"ALTERNATE"→[sounds] restoreSound = "death_chime"|"alt_death_chime"(values now match the mod's sound IDs). The empty[checkpoints]section was removed. - Every gamerule now has a display name and description in the gamerule edit screen (
en_us.json).
Backward compatibility
- Commands: the old names
/setSubaruPlayerand/triggerRBDremain registered as deprecated aliases for one release cycle and will then be removed. - Gamerules: hard rename, no aliases, Forge gamerules are independent registrations, so an "alias" would be a second rule whose value silently diverges from the real one. Existing worlds keep the old entries in level.dat harmlessly; the renamed rules start at their defaults, so re-apply any non-default values with
/gameruleafter updating. - Config: hard rename, Forge regenerates the file with the new
[sounds] restoreSoundkey at its default. The legacy valuesCLASSIC/ALTERNATEare still accepted if set manually.
Added
- Localization: all player-facing messages now use translation keys, with translations for Simplified Chinese (zh_cn), Russian (ru_ru), Brazilian Portuguese (pt_br), German (de_de), Spanish (es_es), French (fr_fr), Japanese (ja_jp), and Korean (ko_kr).
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include
This mod has no related projects

