Links
Tags
Creators
Details
Licensed MIT
Published 5 months ago
Updated yesterday
All versions
0.4.2+1.21.11-fabric
Release
World Mirror v0.4.2 for Minecraft 1.21.116 days ago 14
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
[0.4.2] — 2026-08-25
Changed
- Replaced editable enum suggestions and cycling per-world buttons with selection-only dropdown listboxes.
- Applied translated enum labels to both closed controls and open lists across global, nested, and per-world settings.
- Made enum lists close deterministically on selection, focus loss, outside click, and Escape; compacted the native status list styling.
- Replaced Cloth's hidden editable top cell with a caret-free read-only renderer and ellipsis truncation for narrow translated labels; arrows now reflect actual expansion rather than focus.
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:RjnX4gR2:xWy0wbX3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RjnX4gR2:xWy0wbX3"
}

