Coords mod
Requires Fabric API
Overview
This mod adds the command /coords to see your coordinates. Useful if the F3 key doesn't work on your keyboard or if you don't like the F3 screen where you have to search for your coordinates.
Usage
| Command | Description |
|---|---|
| /coords | Gets your coordinates |
| /coordsexact | Gets your precise coordinates |
| /togglehud | Toggles the coordinates HUD (top-left) |
Why?
This mod was made for my friend. And I like making random mods.
Where is 26.1?
I am currently updating the mod to support 26.1. Keep in mind that I am a single developer working on this in my free time. Follow the project to be notified when 26.1 support releases.
Why are you taking so long?
Previous versions of Minecraft were obfuscated, so that instead of meaningful names in the code, it had things like class_3457. We got around this using Yarn Mappings, which turned them back into meaningful names. 26.1 removed this obfuscation, but the names are different from Yarn. For example, in Yarn, the player is PlayerEntity but in the unobfuscated code, the player is Player. This means that I have to change every method to match the unobfuscated code.
