Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 months ago
Updated 2 months ago
All versions
26.1
Release
26.1 to 26.1.23 months ago 441
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client and server
Changes
PINNED MARKERS
- Pinned Markers will not appear on the minimap at all times, making navigation easier
CRAFTING RECIPE
- Crafting recipe now appears correctly upon unlocking
- The Atlas correctly appears in the Creative inventory
- The Atlas is closed when crafted, you will need to open it to show the minimap. This is to avoid hiding minimap when crafting a second atlas
ADDED LOCALISATION
The Mod is now supporting the following languages:
- العربية (Arabic)
- 中文繁體 (Traditional Chinese)
- 中文简体 (Simplified Chinese)
- Dansk (Danish)
- Nederlands (Dutch)
- English
- Suomi (Finnish)
- Français (All French dialects)
- Deutsch (German)
- Italiano (Italian)
- 日本語 (Japanese)
- 한국어 (Korean)
- Norsk (All Norwegian dialects)
- Polski (Polish)
- Português (Brazil & Portugal)
- Русский (Russian)
- Español (All Spanish dialects)
- Svenska (Swedish)
- Türkçe (Turkish)
- Українська (Ukrainian)
ADDED PIN MARKERS
- Shift click a marker to pin / unpin it
- Ctrl click to delete a marker
BED & CAMPFIRE MARKERS
- Right click a bed or campfire/soul campfire to mark it on your atlas!
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:sMGE68Dq:SDdOomgy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sMGE68Dq:SDdOomgy"
}

