All versions
0.2.4
Beta
RZero Fabric 1.21.1 - 0.2.42 weeks ago 42
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Singleplayer only
Required content
Changes
🛠️ Bug Fixes & Stability
- BlockEntity Restoration: Fixed an issue where rolled back BlockEntities, like spawners or chests, would not properly register for ticking upon restoration.
- World RNG Determinism: Improved the world's random number generator state preservation, isolating entity/spawner random calls to ensure deterministic outcomes after rollbacks.
- Entity Initialization Determinism: Improved predictability of mob AI and movement upon rollback by correctly preserving their first-tick initialization state.
- Fishing Bobber Persistence: Fixed an issue where the fishing rod bobber would disappear upon rollback. The bobber's state, timings, and visual line connection to the player are now preserved and restored.
- Raid Determinism: Fixed several bugs that caused raids to fail to start or spawn in unpredictable locations after a rollback. They now appear at the exact same coordinates when rolling back to the same timeline.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:5Fwc89p4:SVvrwmXe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5Fwc89p4:SVvrwmXe"
}

