Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 2 days ago
All versions
1.21-6.0.0-beta.21+fabric
Beta
journeymap-1.21-6.0.0-beta.21+fabric2 years ago 629
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Changes
JourneyMap 1.21-6.0.0-beta.21 for Minecraft 1.21
Requirements:
- Java 21
- Minecraft 1.21
- fabric 0.102.0+1.21
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/Support for information on getting technical support.
- Implements JourneyMap API v2.0.0
CHANGELOG (2024-08-28-17:15:17):
New in 1.21-6.0.0-beta.21
- Added: Tooltip to dimensions panel in waypoint editor.
- Added: Add waypoints that were shared from Xaeros via chat.
- Added: New Multiplayer Debug options for Server Admins, with JourneyMap loaded chunks can be viewed on the map.
- Added: Cartography options to adjust the max height for topography calculations. This will ensure old worlds loaded with the new build heights won't break topo maps.
- Added: Hotkey to enable/disable waypoints.
- Added: Button to waypoint panel to enable / disable visible waypoints.
- Added: Group CRUD operations to ClientAPI.
- Added: Support for AMECS fork too many shortcuts
- Added: Button to fill a palette with default colors
- Fixed: Some dimension issues with waypoint chat sharing
- Fixed: API setting waypoint icon will now have a default of 16x16 texture size.
- Fixed: Sometimes players remain on map after disconnect on velocity servers.
- Fixed: Wierd border issues on dropdown/popup menus.
- Fixed: Cache not saving Biome Key correctly when automapping.
- Fixed: Log spam if server disables deathpoints and user has never had a deathpoint.
- Fixed: Fullscreen slice slider when nether heights are not default.
- Fixed: Crash with Flachback mod replays.
- Fixed: Waypoints occupying the same X Z coordinates.
- Updated: Spanish translations and added more spanish variants.
- Changed: Improved waypoint text when shared via chat.
- Changed: The existing hotkey for toggle waypoints changed to toggle rendering, this only disables rendering.
- Changed: Clearing some state on server when exiting game.
- Removed: Old waypoint manager code and options associated with it.
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:HXImdjdz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lfHFW1mp:HXImdjdz"
}

