Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 2 days ago
All versions
1.21.5-6.0.0-beta.45+neoforge
Beta
journeymap-1.21.5-6.0.0-beta.45+neoforgelast year 611
Compatibility
Minecraft: Java Edition
1.21.5
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
JourneyMap 1.21.5-6.0.0-beta.45 for Minecraft 1.21.5
Requirements:
- Java 21
- Minecraft 1.21.5
- neoforge 21.5.14-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 v2.0.0
CHANGELOG (2025-05-04-14:33:21):
New in 1.21.5-6.0.0-beta.45
- Added: New button to waypoint manager to configure some editor options.
- Added: In Waypoint Options: "X, Y, Z", "X, Z, Y", or "Single field" for coordinate input in the waypoint editor.
- Added: Auto backup of WaypointData.dat file on load. Will load backup if issues are found with main file.
- Added: Waypoint Groups can use custom icons for all waypoints in the group.
- Added: In Waypoint Options: Using a single Actions button or multi buttons for waypoints in the waypoint manager.
- Added: Server Admin option to disable minimap.
- Added: Server Admin option to disable all coordinate displays. (Does not affect existing waypoint names)
- Added: API Hook to disable minimap.
- Added: New option in Minimap Position screen to hide effect icons.
- Added: Cartography Option: Map only player chunk
- Added: Waypoint Option to display Player Heads in world.
- Added: When updating the x and z values of a waypoint, it will pull the top-y value from cache if it exists.
- Changed: Cleaned up the Waypoint Manager, a bit less cluttered with Actions Button enabled, made buttons a bit larger.
- Changed: Moved server disabling/enabling to info logs instead of debug.
- Changed: Default vanilla teleport command to use "/execute in {dim} run tp {name} {x} {y} {z}"
- Changed: Villager Icon for flat theme images, added a bit of gaussian blur.
- Changed: Cleaned up the Waypoint Manager, a bit less cluttered, made buttons a bit larger. Please give feedback.
- Fixed: MiniMap self arrow is drawn under other icons.
- Fixed: Some color issues.
- Fixed: Horses rendering on map.
- Fixed: Minimap points and rim getting flipped
- Fixed: File theme and webmap asset extraction on some linux distros.
- Fixed: Importing and migrating ancient waypoints (1.7.10/1.12.2)
- Fixed: Custom theme minimap frame persists when switching themes.
- Fixed: Automap on unlimited height worlds.
- Fixed: Mouse may get stuck dragging the map while switching themes.
- Fixed: Biome map mapping water with mapBathymetry enabled.
- Fixed: Popup menus do not close completely when clicking on an item.
- Fixed: Some issues with the map on MacOS Retina displays.
- Fixed: Api overlay titles at mouse position not rendering.
- Fixed: Horse pets breaking entity radar rendering.
- Fixed: ModCompat amecs-reborn
- Fixed: Waypoint Icon issues when removing an icon resource pack.
- Fixed: Cave automapping not displaying lights.
- Fixed: Fullscreen Map text bars not always in the correct position
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:3BaZ1EkD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lfHFW1mp:3BaZ1EkD"
}

