Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 54 minutes ago
All versions
26.2-6.0.8+neoforge
Release
journeymap-26.2-6.0.8+neoforge4 days ago 1,535
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
JourneyMap 26.2-6.0.8 for Minecraft 26.2
Requirements:
- Java 25
- Minecraft 26.2
- NeoForge 26.2.0.0-beta
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 v26.2-2.0.0
CHANGELOG (2026-09-09-17:49:28):
New in 26.2-6.0.8
- Fixed: Death waypoints sometimes being removed instantly on death, before ever being seen, when the body came to rest near the auto-remove distance.
- Fixed: Hostile mobs using custom spawn categories (e.g. Fungal Infection: Spore) not appearing on the radar.
- Fixed: Radar icons not generating for modded mobs with capitalized head model parts.
- Fixed: Generated radar icons for some modded mobs showing a sideways head instead of the face.
- Fixed: One addon failing to load preventing all other JourneyMap addons from loading.
- Fixed: Color palette flag edits on modded blocks reverting to defaults after saving.
- Fixed: Stopping Auto-Map leaving a white region square on the map.
- Fixed: Minecraft item waypoint icons drawing 4x too large on the map.
- Fixed: Cave map rendering black in modded dimensions without sky light, such as The Bumblezone.
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:BvreZ8yd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lfHFW1mp:BvreZ8yd"
}

