Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Map Distance Fix
ModMIT

Map Distance Fix

A simple mod that shows a player indicator instead of a white dot when outside map boundaries.

66.2K
Downloads
97
Followers
4 months ago
Updated
📦
23
Versions
cursedgame-mechanicsutilityfabricforge
Download Latestv1.0.13+mc1.19.3-1.20.1View on Modrinth

📖About Map Distance Fix

MapDistanceFix

A very simple Minecraft Fabric mod that fixes map player indicators to always show the player's position and direction, even when outside map boundaries, making it much easier to navigate treasure maps and other map items.

Features

  • Always Visible Player: Ensures the player icon is always visible on maps, even when far outside the map boundaries
  • Correct Direction: Shows the player's actual facing direction instead of a generic off-map indicator
  • Distance Display: Shows the distance from the player to the map center, helping you navigate to your destination
  • Configurable: Customize distance display settings via a JSON config file or in-game GUI
  • In-Game Commands: Reload config and check status without restarting the game
  • Client-Side Only: No server modifications required - should work on any server, but always showing the player outside the boundaries for player maps requires the mod to be installed in the server side.

Optional Dependencies

  • Cloth Config - Enables in-game configuration GUI
  • Mod Menu - Provides access to the config screen from the mod list

Both mods are optional. Without them, you can still configure the mod by editing the JSON config file directly.

Configuration

The mod creates a configuration file at config/mapdistancefix.json with the following options:

Option Default Description
showDistance true Enable or disable distance display
showDistanceWhenOffMap true Show distance when the player is outside the map boundaries
showDistanceInsideBoundaries false Show distance even when the player is inside the map boundaries
distanceFormat %dm Format string for distance (use %d for the distance value)
useShortUnits true Use short format like "1.2k" for large distances
shortUnitThreshold 1000 Distance threshold (in blocks) for switching to short units

In-Game Configuration

If you have Cloth Config and Mod Menu installed, you can access the configuration screen by:

  1. Opening the game menu
  2. Clicking "Mods" (added by Mod Menu)
  3. Finding "Map Distance Fix" in the list
  4. Clicking the configuration button

Commands

  • /mapdistancefix reload or /mdf reload - Reload the configuration file
  • /mapdistancefix status or /mdf status - Display current configuration settings
  • /mapdistancefix clearcache or /mdf clearcache - Clear the map center cache

Why This Mod?

In vanilla Minecraft, when you're far from a map's boundaries, the player indicator either disappears entirely or shows as a generic "player_off_map" and "player_off_limits" decorations without directional information. This mod fixes that by:

  1. Converting off-map player decorations to regular player decorations
  2. Maintaining correct rotation to show which direction you're facing
  3. Ensuring the player is always visible for better navigation.

Compatibility

  • JAVA Compatibilty: Java 21 is required for Minecraft versions above 1.20.5, Java 17 is required for Minecraft versions above 1.19.3 till 1.20.1.
  • Server Compatibility: Should work on any Minecraft server (vanilla, Fabric, Forge, Paper, etc.)
  • Multiplayer: Compatible with multiplayer environments. For always showing players even outside boundaries, the mod needs to be installed on the server as well.
  • Other Mods: Should be compatible with most other mods that don't heavily modify map rendering

Troubleshooting

Common Issues

Player decoration not showing

  • Make sure you're looking at a map item, not just the world map

Config screen not appearing

  • Make sure you have both Cloth Config and Mod Menu installed
  • Check that the versions are compatible with your Minecraft version

Distance text looks weird with shaders

  • This is a known issue with some shader packs. The distance text background may appear transparent or glitchy.
  • If this bothers you, disable the distance display by setting showDistance to false in the config file or through the in-game config screen (if Cloth Config is installed).

Getting Help

If you encounter issues:

  1. Check the latest logs for error messages
  2. Verify that Fabric API is correctly installed
  3. Try with minimal mods to isolate conflicts
  4. Report issues on the GitHub Issues page

Contributing

Contributions are welcome! Here's how you can help:

Pull Requests

  • Follow existing code style and conventions
  • Add appropriate comments and documentation
  • Test thoroughly before submitting
  • Update README if adding new features

Bug Reports

  • Use the GitHub Issues page
  • Include Minecraft version, mod version, and log files
  • Describe steps to reproduce the issue

License

This project is licensed under the MIT License.
Feel free to use this mod in your modpacks without asking for permission. But please do not redistribute the jar files anywhere else!

Acknowledgments

  • Fabric Team for the excellent modding framework
  • Minecraft Community for inspiration and feedback
  • Contributors who help improve this mod

Made with ❤️ by MrErenK for the Minecraft community

For questions, suggestions, or support, feel free to open an issue on GitHub!

👥 Team & Contributors

MrErenK
MrErenKOwner

⚙️ Compatibility

Environment
💻 Client-side
Loaders
fabricforge
Minecraft Versions
1.19.31.19.41.201.20.1

🔗 Links

Modrinth Page