Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 months ago
Updated 6 days ago
All versions
0.2.8
Beta
RZero NeoForge 1.21.1 - 0.2.86 days ago 25
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Compatibility
- WorldEdit conflict: fixed an incompatibility issue.
- Creative cursor item: fixed loss of the item held on the cursor in the creative inventory during a rollback.
- Interface opening: if a chest, furnace, or villager loads with a delay after a rollback, the menu waits for them to load and opens without errors.
Performance
- GPU geometry cache: added a setting to cache chunk geometry in video memory, reducing render latency and eliminating chunk rebuilding during rollbacks (automatically disabled when using Sodium or Embeddium).
- Faster entity and villager rollback: optimized restoration of mob AI and memory, speeding up rollbacks in villages and areas with mob clusters.
- Network traffic optimization: when only a small number of blocks change, the server sends individual block updates instead of full chunks.
Configuration
- Config screen update (Cloth Config): added settings for geometry cache management and a toggle for detailed logging.
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:S5Jpjwky"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5Fwc89p4:S5Jpjwky"
}


