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.
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:
- Converting off-map player decorations to regular player decorations
- Maintaining correct rotation to show which direction you're facing
- Ensuring the player is always visible for better navigation.
- Minecraft: 1.20.5 or later
- Fabric Loader: 0.17.2 or later
- Fabric API: 0.97.8+1.20.5 or later
- Install Fabric Loader
- Download Fabric API
- Download the latest release of MapDistanceFix
- Place both
.jarfiles in yourmodsfolder - Launch Minecraft with the Fabric profile
- 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
Player decoration not showing
- The mod needs to see at least one regular player decoration first to cache the decoration type
If you encounter issues:
- Check the latest logs for error messages
- Verify all dependencies are correctly installed
- Try with minimal mods to isolate conflicts
- Report issues on the GitHub Issues page
- Clone the repository:
git clone https://github.com/mrerenk/MapDistanceFix.git - Open in your favorite IDE (IntelliJ IDEA recommended)
- Run
./gradlew genEclipseRunsor./gradlew genIntellijRuns - Use the generated run configurations for testing
./gradlew buildThe built mod will be located in build/libs/
Contributions are welcome! Here's how you can help:
- Follow existing code style and conventions
- Add appropriate comments and documentation
- Test thoroughly before submitting
- Update README if adding new features
- Use the GitHub Issues page
- Include Minecraft version, mod version, and log files
- Describe steps to reproduce the issue
This project is licensed under the MIT License. See LICENSE for details.
- 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!