Back to mods
Map Distance Fix project artwork

CurseForge · Minecraft mod

Map Distance Fix

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

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Map Distance Fix release should I use?

Updated 16 days ago
Latest stable file mapdistancefix-neoforge-1.1.2+mc26.jar
Game version 26.1, 26.1.1, 26.1.2
Loader NeoForge

Map Distance Fix mapdistancefix-neoforge-1.1.2+mc26.jar targets 26.1, 26.1.1, 26.1.2 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. 1 required mod needs a matching file.

Where it goes

Is Map Distance Fix required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Map Distance Fix mapdistancefix-neoforge-1.1.2+mc26.jar need?

mapdistancefix-neoforge-1.1.2+mc26.jar. Change the file and its required mods may change too.

1 required mod needs a matching file

Install Fabric API first, but 1 required mod has no matching file for this setup. Do not mix loader builds to force a match.

Fabric API Needed by Map Distance Fix mapdistancefix-neoforge-1.1.2+mc26.jar
required
No matching file
Mod Menu Optional for Map Distance Fix mapdistancefix-neoforge-1.1.2+mc26.jar
optional
No matching file
Cloth Config API Optional for Map Distance Fix mapdistancefix-neoforge-1.1.2+mc26.jar
optional
Matching file found Matched file: 26.2.155+neoforge

We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add Map Distance Fix without breaking your instance.

Built for Map Distance Fix mapdistancefix-neoforge-1.1.2+mc26.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use mapdistancefix-neoforge-1.1.2+mc26.jar. It targets 26.1, 26.1.1, 26.1.2 with NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Fabric API first, but 1 required mod has no matching file for this setup. Do not mix loader builds to force a match.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside mapdistancefix-neoforge-1.1.2+mc26.jar. It opens that exact file at the source.

About this project

What does Map Distance Fix add?

MapDistanceFix

A very simple Minecraft 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.

Thanks everyone for 1 Million downloads!


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

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 or to the nearest structure, helping you navigate to your destination
  • Configurable: Customize distance display settings via a JSON config file or in-game GUI using cloth config
  • In-Game Commands: Reload config and check status without restarting the game
  • Server-Side Only: No client modifications required if the mod is installed on the server

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 or via in-game commands


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
showStructureDistances true Show the distance to the nearest structure in the map
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

or if you don't have these mods, you can use commands:

Commands

  • /mapdistancefix config <config> set/reset/get or /mdf config <config> set/reset/get - Change configs in-game
  • /mapdistancefix status or /mdf status - Display current configuration settings
  • /mapdistancefix reload or /mdf reload - Reload the configuration file if modified (no need to run if using /mdf config command)

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: Does not work on vanilla servers. But if the mod is installed on the server, its not required to install on the client.
  • Other Mods: Should be compatible with most other mods that don't heavily modify maps.

Troubleshooting

Common Issues

Config screen not appearing

  • Make sure you have both Cloth Config and Mod Menu (for fabric) 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

  • mappings.dev for the huge help with finding proper functions
  • 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 or post a comment in the curseforge page!

Project description from CurseForge.

Pick your setup

Map Distance Fix by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

57 available setups

Showing the newest 12 of 33 game versions. Older files are in the list below.

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Map Distance Fix versions and loaders

40 of 40 releases match

Looking for an older file? The official CurseForge project page is in Resources.