1.2.0
Compatibility
Required content
Changes
CoordsOnScreen — Minecraft 26.2 (mc26.2_1.2.0)
CoordsOnScreen now has a Minecraft 26.2 build. Same 1.2.0 feature set you already know — this is a compatibility release for the new Minecraft version.
What's new
- Built for Minecraft 26.2. Updated to Fabric Loader 0.19.3, Fabric API 0.153.0+26.2, Cloth Config 26.2.155, and ModMenu 20.0.0-beta.4.
- Per-Minecraft-version builds. Downloads are now named
mc<minecraft_version>_<mod_version>— grabcoordsonscreen-mc26.2_1.2.0.jarfor Minecraft 26.2, orcoordsonscreen-mc26.1.2_1.2.0.jarif you're still on 26.1.2.
Which file do I download?
| Minecraft version | File |
|---|---|
| 26.2 | coordsonscreen-mc26.2_1.2.0.jar |
| 26.1.2 | coordsonscreen-mc26.1.2_1.2.0.jar |
The 26.2 build requires Minecraft 26.2 and will not load on 26.1.2 (and vice-versa) — just pick the one matching your game.
Requirements
Requires Fabric API. Cloth Config and ModMenu are optional (used together for the in-game settings screen); without them the mod is fully configurable via config/coordsonscreen.json.
This is a client-side mod. You do not need to install it on servers.
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ZFbnV20f:ttvW15PK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZFbnV20f:ttvW15PK"
}

