All versions
1.0.2
Release
WaySimple 1.0.22 months ago 26
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Version 1.0.2
- Added simple english translations for dimension names so they appear as "Overworld" instead of "minecraft:overworld" and such. Also has a config that can be expanded for mod support.
- Added show/hide buttons to waypoints in the edit list.
Version 1.0.1
- Reworked the RGB picker into an in-place popover instead of opening a separate screen.
- Hid the rest of the form while the popover is open so the picker stays focused and uncluttered.
- Added a clearer hint for editing the color field.
- Improved the picker layout, including moving the preview swatch to the left and centering the Select Colour button at the bottom.
- Added red validation text at the top of the form to explain save failures or other errors.
- Adjusted the overall form spacing so the content sits more naturally centered on screen.
- Refined the world overlay projection so it no longer drifts with Minecraft’s view bobbing.
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:AJvjkLNO:QEKK6Vid"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AJvjkLNO:QEKK6Vid"
}

