All versions
1.1.0
Release
1.1.04 months ago 8
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client-side
Changes
Added
- Performance presets - one click applies Quality, Balanced, or Performance from the config screen or
/drd preset <quality|balanced|performance>. Presets only change performance settings and keep your toggles. - On-screen HUD - optional top-left overlay showing render distance and FPS, color-coded (grey = off, red = below min FPS, green = above max FPS, yellow = in range), hidden while F3 is open. Toggle in config,
/drd showHud, or a key bind. - More rebindable key binds (Options -> Controls): open config (default F8), toggle the mod on/off, and toggle the HUD (last two unbound by default). The menu hint now shows your actual bound key.
Changed
- Render-distance changes now apply in a single step. Minecraft rebuilds all chunk rendering on any render-distance change, so changing it chunk-by-chunk made the screen flicker several times per adjustment - now it's one rebuild per change. (A single flicker on change is vanilla behavior and can't be removed by the mod.)
- Render-distance changes are written to the debug log.
- The FPS averaging window scales with your check interval for steadier averages.
Fixed
- Korean (ko_kr) translation was corrupted and has been rewritten; all languages got the new UI strings (missing strings fall back to English).
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:iRY0NHSh:H26kJXCr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iRY0NHSh:H26kJXCr"
}

