Back to mods
Direction HUD project artwork

CurseForge · Minecraft mod

Direction HUD

The Direction HUD mod displays the player's current facing direction (North, South, East, West, etc.) on the top left corner of the screen.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Direction HUD release should I use?

Updated today
Latest stable file direction-hud-4.0.2.jar
Game version 26.2
Loader Fabric

Direction HUD direction-hud-4.0.2.jar targets 26.2 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.

Where it goes

Is Direction HUD required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Direction HUD direction-hud-4.0.2.jar need?

direction-hud-4.0.2.jar. Change the file and its required mods may change too.

All 1 required mods have matching files

Install Fabric API first. We found matching files for this game-version and loader setup.

Fabric API Needed by Direction HUD direction-hud-4.0.2.jar
required
Matching file found Matched file: [26.2] Fabric API 0.158.0+26.2

We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add Direction HUD without breaking your instance.

Built for Direction HUD direction-hud-4.0.2.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use direction-hud-4.0.2.jar. It targets 26.2 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Fabric API first. We found matching files for this game-version and loader setup.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside direction-hud-4.0.2.jar. It opens that exact file at the source.

About this project

What does Direction HUD add?

Direction HUD

Overview

The Direction HUD mod displays useful player information such as facing direction, world time, coordinates, and more directly on the screen. All HUD elements are configurable and can be toggled on or off using commands. The state is saved between game sessions.


Features

  • Direction Display Shows cardinal (N, S, E, W) and intercardinal directions (NE, NW, SE, SW) in the top left corner.

  • Minecraft Days Displays the number of days passed in the current world (top left).

  • Time Display Shows both:

    • Real-world time (24-hour format)
    • In-game time (12-hour format with AM/PM and sun/moon icons) in the top right corner
  • Coordinate Display Shows current X, Y, Z coordinates above the hotbar.

  • Biome Display Shows the current biome next to the coordinates.

  • Coordinate Saving Save your current location with a custom name and retrieve it later.

  • Toggleable Features Each HUD element can be enabled or disabled independently using commands.

  • Persistent Config All preferences and saved coordinates are stored in: config/direction-hud.json

  • Minimalist UI Clean, readable overlays with subtle backgrounds for visibility.


How It Works

1. Initialization

  • The mod loads configuration from config/direction-hud.json
  • Commands are registered using the /dh namespace to avoid conflicts with other mods

2. Direction Calculation

  • The player’s yaw angle is used to determine direction
  • The 360° circle is divided into 8 segments (45° each):
    • N, NE, E, SE, S, SW, W, NW

3. Rendering

  • Enabled HUD elements are rendered in their respective screen positions:
    • Top Left: Direction + Minecraft days
    • Top Right: Time (real + in-game)
    • Above Hotbar: Coordinates + biome
  • Each element includes a semi-transparent background for readability

4. Command Handling

  • All features are controlled via /dh commands
  • Changes are saved instantly to the config file

Commands

Direction

/dh direction <on|off> Toggle direction display

Days

/dh days <on|off> Toggle Minecraft days display

Time

/dh time <on|off> Toggle real-world and in-game time display

Coordinates

/dh coords <on|off> Toggle coordinate display

/dh coords save <name> Save current coordinates with a custom name

/dh coords list List all saved coordinates

Biome

/dh biome <on|off> Toggle biome display


Configuration

The mod uses a JSON-based configuration file:

config/direction-hud.json

This file stores:

  • Enabled/disabled state for each HUD element
  • Saved coordinates with custom names

Changelog

[3.2.1] - 29-04-2026

Features

  • Added Minecraft day counter
  • Added real-world and in-game time display
  • Added coordinate and biome display
  • Added coordinate saving and listing system
  • Introduced per-feature toggles via commands
  • Migrated config from .properties to .json
  • Updated command namespace to /dh to avoid mod conflicts

Notes

  • All settings persist between game sessions
  • Designed to be lightweight and non-intrusive
  • Compatible with most Fabric-based modpacks

Project description from CurseForge.

Pick your setup

Direction HUD by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

6 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Direction HUD versions and loaders

6 of 6 releases match

Looking for an older file? The official CurseForge project page is in Resources.