Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 3 months ago
Updated 2 weeks ago
All versions
1.2.4+1.20.1-fabric
Release
Immersive Minimaps 1.2.4 for 1.20.12 weeks ago 229
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Forge
Supported environments
Client-side
Required content
Changes
Changed
- Launchpad-compatible version has been split into a seperate version that bundles only the necessary modules of Forgified Fabric API, as well as versions of Hoofprint and Surveyor that are compatible with Launchpad.
- The 26.1 Fabric version no longer includes Hoofprint or Surveyor.
- Immersive Minimaps now requires MRU, a library mod that contains the logic and mod compatibility found in Immersive Overlays.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| immersiveminimaps-1.2.4+1.20.1-fabric-sources.jar | Unknown | 51.1 KiB |
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:CbCN2Azx:bsGAqY8y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CbCN2Azx:bsGAqY8y"
}







