All versions
1.3.0
Release
DynamicRenderDistance 1.3.0last week 162
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
1.3.0
Config UI
- Main screen is a single card: Enabled, live status, FPS/chunk rule, Mode (Quality / Balanced / Performance + Custom ring), Show HUD, Advanced..., Reset / Done / Cancel
- The old dense scrollable list of every setting is now Advanced settings (Show Messages lives there)
- Preset / Reset update the open card in place; values still save only on Done (Cancel / Esc discard)
- Action-bar hint when picking a preset: Selected %s preset — press Done to save
Fixes
- 1.21.1: status, mode, and card frame no longer look washed out under the menu blur
- 1.21.11 / 26.2: key binds use the Dynamic Render Distance category (defaults unchanged: F8 / unbound / unbound)
- Japanese, Russian, and Chinese locales are readable UTF-8 again
Commands
- Setting subcommands (
enabled,showHud,minFps, …) print the stored value when typed with no argument; passing a value still sets it
Loaders / versions
- Added: Fabric 1.19.2, Forge 1.21.1, Forge 1.21.11
- Dropped: 26.1 / 26.1.1 / 26.1.2 (Fabric & NeoForge). 26.2 remains
- Architectury API is now required on Fabric and NeoForge (Forge jars do not use it)
- Fabric API is declared on every Fabric jar
Client-only. Config path and JSON fields are unchanged.
If you're still on 26.1.x, stay on the previous build — or move to 26.2.
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:99tt4MAu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iRY0NHSh:99tt4MAu"
}

