A small client-side Fabric mod for Minecraft 26.1.2 that stops the locator bar (waypoint dots) from disappearing whenever the XP bar pops up to animate absorbed experience.
In vanilla, picking up XP orbs hides your locator bar for a few seconds: annoying when you're trying to follow a waypoint. This mod overlays the locator dots on top of the XP bar so your waypoints stay visible at all times.
https://www.youtube.com/watch?v=_JZ3edkz2wk
| Locator bar (vanilla state) | Locator dots overlayed on XP bar |
|---|---|
- Locator dots overlay: when the XP bar takes over the screen space, the waypoint markers are drawn on top of it instead of being hidden.
- Optional always-on XP bar: force the XP bar to stay on screen permanently, with locator dots overlayed.
- Master toggle: flip the whole mod off to instantly fall back to vanilla behaviour.
- In-game config screen: accessible through Mod Menu, three simple modes:
Off: vanilla behaviourOverlay on XP: locator dots drawn on top of the XP bar (default)Always show XP bar: XP bar permanently visible, with locator dots overlayed
- Minecraft 26.1.2
- Fabric Loader >= 0.19.29.2
- Fabric API
- Java 25
- Mod Menu: needed to open the in-game config screen.
- Install Fabric Loader for 26.1.2.
- Drop Fabric API into your
mods/folder. - Drop the
always-on-locator-barjar intomods/. - (Optional) Add Mod Menu for the in-game config UI.
./gradlew buildBuilt jar lands in build/libs/.