xaero-world-map-bridge

Quick rating

xaero-world-map-bridge

No reviews yet

A client-side compatibility library that provides loader-neutral map and UI overlay APIs for Xaero's World Map.

API/Library
Mod Loaders
NeoForge
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Client Only

Runs entirely on the client. Works on vanilla servers.

About

Project Details

Type
Mod
License
MIT License
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Xaero World Map Bridge

Xaero World Map Bridge is a client-side library for mods that draw custom content on Xaero's World Map. It provides stable, loader-neutral APIs for map overlays and UI overlays on both Fabric and NeoForge.

This project is primarily a dependency for mod developers. Installing it by itself does not add map markers, claims, or other visible content; dependent mods register the overlays that it renders.

Features

  • Ordered map overlays rendered above the map texture and below Xaero's map elements whenever the compatible render hook is available.
  • UI overlays rendered above Xaero's interface.
  • Map context with camera position, scale, dimensions, and world-to-screen conversion helpers.
  • A compatibility fallback for map overlays, with clear diagnostics when Xaero changes its rendering internals.
  • Optional Fabric Mod Menu settings for enabling map and UI overlays and the compatibility fallback.

Installation

  1. Install Xaero's World Map and the matching Fabric or NeoForge loader for your Minecraft version.
  2. Download the Xaero World Map Bridge file that matches both your Minecraft version and loader.
  3. On Fabric, also install Fabric API.
  4. Place Xaero World Map Bridge and its required dependencies in the client's mods folder.

It is a client-only dependency. It does not need to be installed on a dedicated server unless another mod specifically requires it there.

Compatibility

Minecraft Fabric NeoForge Xaero's World Map
1.21.11 Yes Experimental 1.40--1.44
26.1.2 Yes Experimental 1.40--1.44
26.2 Yes Experimental 1.41--1.44

Xaero's World Map 1.40 was not released for Minecraft 26.2. Minecraft 26.3 is not supported because a compatible Xaero Fabric artifact is unavailable.

For mod developers

Use XaeroWorldMapBridge.registerMapOverlay(...) to draw in map coordinates, or XaeroWorldMapBridge.registerUiOverlay(...) to draw over Xaero's UI. Registrations are AutoCloseable, so close one to unregister its overlay.

XaeroWorldMapBridge.registerMapOverlay("example:claims", 100, context -> {
    int x = context.worldToScreenX(128.0);
    int y = context.worldToScreenY(-64.0);
    context.canvas().fill(x, y, x + 16, y + 16, 0x80FFAA00);
});

See the project README for the complete API, build instructions, and compatibility details.

License

Xaero World Map Bridge is available under the MIT License.

Screenshots

Gallery

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works