Links
Tags
Creators
Details
Licensed CC0-1.0
Published 6 months ago
Updated 3 months ago
All versions
3.0.1
Release
Minimap CE 3.0.16 months ago 126
Compatibility
Minecraft: Java Edition
1.6.4
Platform
Legacy Fabric
Supported environments
Client-side
Changes
What's New
- Cross-Dimension Waypoints Manager — Full access to view, edit, toggle, and delete your waypoints for any dimension from anywhere
- Cross-Dimension Fullscreen Map — Instantly view explored map data from the Nether, End, or Overworld without actually traveling there
- Redesigned Dimension Tabs — Sleek, custom-drawn text tabs with active blue underlines for switching dimensions in the Waypoints and Fullscreen Map menus
Fixes & Polish
- Map data cache instantly invalidates when switching tabs, preventing stale Overworld terrain from rendering briefly on the Nether map
- Spawn Point logic completely overhauled — coordinates mathematically scale appropriately depending on the dimension the player is in
- Overworld Spawn height (Y-level) is now statically locked to its true generation level instead of randomly locking to Y: 64 after leaving the End
- "Add Here" Waypoint Button string is now "Add New", bringing the terminology closer to classic Rei's Minimap
- Fixed a severe core initialization crash that occurred when Typesafe config failed to parse
{}tokens in the minimap configuration - Added extra vertical spacing to the Waypoints menu to preventing title and tab overlap
Controls
| Key | Action |
|---|---|
| J | Full-screen map |
| O | Settings |
| F | Toggle entity radar |
| B | Waypoints |
| [ ] | Resize minimap |
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:NJZAFYrT:W716o6lS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NJZAFYrT:W716o6lS"
}

