promotional bannermobile promotional banner

CoordsOnScreen

A lightweight Fabric mod displaying your coordinates alongside color-coded dimension conversions. Highly configurable screen positioning and toggles via Cloth Config.
Back to Files

coordsonscreen-1.2.0.jar

File namecoordsonscreen-1.2.0.jar
Uploader
sweet_zenilsweet_zenil
Uploaded
Jun 15, 2026
Downloads
324
Size
45.6 KB
Mod Loaders
Fabric
File ID
8251033
Type
R
Release
Supported game versions
  • 26.1.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:coordsonscreen-1557002:8251033"

Learn more about Curse Maven

What's new

CoordsOnScreen 1.2.0

This release makes the mod's dependencies lighter and gives you a file-based way to configure it.

Configure without Cloth Config

  • CoordsOnScreen now reads and writes its own settings file at config/coordsonscreen.json. You can edit it by hand — missing fields fall back to defaults, and out-of-range values are corrected automatically the next time the game loads.
  • Cloth Config is no longer required. It's now optional and only needed for the in-game settings screen.
  • ModMenu is also optional (and always was) — it's just the launcher for the settings screen.
  • If you have ModMenu but not Cloth Config, the Configure button is hidden rather than throwing an error.

Why this matters

  • Lighter dependency footprint: a minimal install needs only Fabric API.
  • Server-pack and modpack authors can ship a preset coordsonscreen.json without bundling a config UI library.

Config file keys

position (TOP_LEFT / TOP_RIGHT / BOTTOM_LEFT / BOTTOM_RIGHT), xPadding (0–200), yPadding (0–200), fontSizePercent (50–300), showMainCoords, showAltCoords, showBiome, useBiomeColor, showStructure.


Requires Fabric API. Cloth Config and ModMenu are optional (used together for the in-game settings screen).

This mod has no additional files