Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 2 days ago
All versions
1.21.1-6.0.1+forge
Release
journeymap-1.21.1-6.0.1+forge2 weeks ago 1,326
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
JourneyMap 1.21.1-6.0.1 for Minecraft 1.21.1
Requirements:
- Java 21
- Minecraft 1.21.1
- Forge 52.1.10
General Information:
- See http://journeymap.info for information about how to install and use this mod, rules about inclusion in modpacks, translation, etc.
- See http://journeymap.info for information on getting technical support.
- Implements JourneyMap API v2.0.0-1.21.1
CHANGELOG (2026-07-17-01:53:27):
New in 1.21.1-6.0.1
- Fixed: Action dropdown not persisting enable/disable state of waypoints on relog
- Fixed: Addon map markers now refresh their icon and label when shown again, instead of keeping stale values until the marker is re-created
- Fixed: Addon marker labels with a set zoom range no longer hide the hover title outside that range
- Fixed: Removed or replaced addon overlays no longer keep receiving mouse and click events
- Fixed: Replacing an addon overlay (showing a new one and removing the old) no longer flickers for a frame
- Fixed: Addon markers whose icon points at a shared texture such as the block atlas now render instead of silently failing
- Fixed: Clicking and dragging addon overlays on the fullscreen map now registers on the overlay under the cursor at GUI scales other than normal
- Fixed: Addon markers, polygons and images no longer drift off their block or collapse together on the minimap when zoomed out
- Fixed: Addon map markers no longer disappear near the edge of the minimap while still in view
- Fixed: Harmless startup warning about a missing mixin reference map (journeymap-refmap.json)
- Fixed: Server could crash on shutdown while players were still connected
- Fixed: Global waypoint group description showed a translation key instead of its text
- Fixed: Waypoints could be moved into the Temp group but not back out in the waypoint editor
- Fixed: Dedicated server crash when a player joined, caused by client-only code loading during waypoint group setup
- Fixed: Xaero waypoint import now finds worlds whose save folder name contains special characters that Xaero stores using escape tokens
- Fixed: Mob and NPC map icons could render as a full skin instead of a face when Entity Texture Features was installed
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:lfHFW1mp:i6uq8CpW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lfHFW1mp:i6uq8CpW"
}

