1.0.2
Compatibility
Required content
Changes
ModMenu config screen — all settings are now configurable in-game if ModMenu is installed (optional dependency, game works fine without it) Per-dimension firework blocking — elytra rocket boost can now be toggled independently for Overworld, Nether, and End (default: blocked in Overworld only) Warden changes toggle — boss bar, 100 HP, and Darkness immunity can now be disabled to revert to vanilla Warden Totem of Undying modes — choose between: Vanilla — standard totem behavior Hard (default) — totem saves you but curses you with Weakness I + Slowness II for 3 minutes, no regen Hardcore — totem does nothing at all Mount wandering toggle — saddled tamed mounts staying put can be disabled Mod renamed from vanilla-rebalanced → vanilla-rebalance (ID, config file, all references) Elytra speed cap — fixes the infinite-flight exploit where steep dive + pull-up cycling let players gain altitude indefinitely. Horizontal speed is now capped at 1.8 b/t (~36 m/s) while gliding. Normal flight is unaffected.
Optional dependencies
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:r2UujxiX:OGEUxyrA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:r2UujxiX:OGEUxyrA"
}


