Links
Tags
Creators
Details
Licensed CC0-1.0
Published 6 months ago
Updated 3 months ago
All versions
3.3.0
Release
Minimap CE 3.3.04 months ago 127
Compatibility
Minecraft: Java Edition
1.6.4
Platform
Legacy Fabric
Supported environments
Client-side
Changes
3.3.0
Features
- Adaptive Chunk Grid: Restored the native scaling logic. Grid squares now become smaller and more frequent as you zoom out, and larger when you zoom in, matching the terrain perfectly.
- Default Settings: Chunk grid lines are now disabled by default for a cleaner first-time experience.
Bug Fixes
- Consistent Waypoint Labels: Waypoint labels now maintain a consistent visual size on your screen regardless of your render distance. This fixes the issue where labels would appear oversized on "Tiny" or "Short" render settings due to projection clamping.
- Grid Scaling Fix: Corrected a math error in the minimap rendering that caused the grid to scale inversely to the map terrain.
Technical Changes
- Optimized
WaypointBeamRendererto use rendered physical distance for scaling calculations.
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:Pai1G6tL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NJZAFYrT:Pai1G6tL"
}

