0.1
Compatibility
Required content
Changes
Better Map v0.1
A lightweight client-side mod that adds real-time distance tracking for structures directly on Minecraft maps. Simple, clean, and helpful — no setup required.
✨ Features
-
Distance Display: Shows how far you are (in blocks) from mapped structures — updates in real time as you move
-
Supported Structures:
- Woodland Mansions
- Ocean Monuments
- Villages (Desert, Plains, Savanna, Snowy, Taiga)
- Trial Chambers
- Jungle Temples
- Swamp Huts
- Buried Treasures (Red X markers)
⚙️ Configuration
- Toggle On/Off: Switch distance labels anytime through settings
- Settings are automatically saved to
config/better_map.json
🌍 Localization
Fully translated into:
- 🇬🇧 English (en_us)
- 🇷🇺 Russian (ru_ru)
🔧 Technical Details
- Client-Side Only: No server installation needed
- Clean Implementation: Built with Mixins for compatibility and stability
📦 Dependencies
Requires:
- Cloth Config API ≥ 17.0.0
- Mod Menu ≥ 15.0.0
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:zObftNcV:mqbKm6fV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zObftNcV:mqbKm6fV"
}

