coordsonscreen-1.2.0.jar
Curse Maven Snippet
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.jsonwithout 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

