The Minecraft Fabric mod that shows just your coordinates. Nothing else.
The F3 debug screen does show your coordinates — buried under dozens of technical lines you don't need. Existing alternatives are often either too heavy or not compact and configurable enough. OnlyCoords does one thing and does it well: a clean, lightweight, fully customizable coordinates HUD.
| Minecraft | Build (jar suffix) | Loader |
|---|---|---|
| 1.21.6 – 1.21.7 | +1.21.6 |
Fabric |
| 1.21.8 | +1.21.8 |
Fabric |
| 1.21.9 – 1.21.10 | +1.21.9 |
Fabric |
| 1.21.11 | +1.21.11 |
Fabric |
| 26.1 – 26.1.2 | +26.1.2 |
Fabric |
A single codebase builds all versions, managed across versions with Stonecutter.
- Coordinates HUD showing X / Y / Z in real time
- Fully configurable:
- 9 anchor positions on screen (corners, edges, center)
- Adjustable scale (size)
- Optional decimals (0 to 3 places), forced decimal point (
.) - Text color and drop shadow
- Optional semi-transparent background (configurable color)
- Optional cardinal direction indicator (
Facing: N / NE / E / ...) - Auto-hide while the F3 debug screen is open
- JSON persistence of your configuration
- Toggle keybinding to show/hide the HUD (assignable, unbound by default)
- In-game configuration screen via ModMenu + YACL
100% client-side mod: works in singleplayer and on any server.
- Install Fabric Loader for your Minecraft version.
- Drop the following into your
mods/folder:- Fabric API (required)
- OnlyCoords (the
.jarmatching your Minecraft version) - (recommended) ModMenu + YetAnotherConfigLib (YACL) for the in-game configuration screen
- Launch the game: your coordinates appear. Configure everything via ModMenu → OnlyCoords.
The project uses Stonecutter to manage all Minecraft versions from a single source.
Requirements: JDK 21 and JDK 25 (Gradle selects the right toolchain per version automatically).
# Build all versions at once:
./gradlew build
# (optional) Switch the active source view to a specific version:
./gradlew "Set active project to 1.21.8"
./gradlew "Set active project to 26.1.2"Built .jar files are located in:
versions/1.21.6/build/libs/onlycoords-<version>+1.21.6.jar
versions/1.21.8/build/libs/onlycoords-<version>+1.21.8.jar
versions/1.21.9/build/libs/onlycoords-<version>+1.21.9.jar
versions/1.21.11/build/libs/onlycoords-<version>+1.21.11.jar
versions/26.1.2/build/libs/onlycoords-<version>+26.1.2.jar
Made by Kuzalo.