Hayden's Minimap
No reviews yet
A customizable minimap mod. By pressing "U" in-game, a menu allowing you to toggle certain aspects of the map, is shown.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Hayden's Minimap
This mod draws a simple minimap on your screen.
There are quite a few changes you can make to this mod, as shown in this class:
- X,Y coordinates - N,E,S,W optionally shown - Enabled/Disabled - Zoom, Render Distance, Detail - Sample Steps - Opacity
public boolean enabled = true;
public boolean showNorth = true;
public boolean showCoordinates = true;
// Positioning
public int positionX = 10;
public int positionY = 10;
// Sizing & zoom
public int size = 140;
public float zoomLevel = 1.0f;
// Performance
public int renderDistance = 64;
public int sampleStep = 2; // 1 = full detail, 2 = balanced, 4 = fast, 8 = fastest
// Visuals
public float opacity = 0.6f;
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources