HomeJavaModsBetterSpeedHUD
BetterSpeedHUD
ModsJava

BetterSpeedHUD

by WYH827 · on Modrinth

一个速度 HUD 模组:在载具或鞘翅滑翔时,于屏幕右下角显示速度、档位与速度条的精美速度抬头显示,并且所有元素都可以在游戏内自由调整。A Better HUD mod to show your speed on your screen. Highly customizable.

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.1–1.21.11 · Forge⬇ Download for 1.20.1–1.20.6 · Forge⬇ Download for 1.21.1–1.21.11 · NeoForge
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
BetterSpeedHUD — screenshot 1

BetterSpeedHUD

HUD Preview

A speed HUD mod for Minecraft Forge 1.20.1/1.21.1: displays a sleek speed head-up display (HUD) showing speed, gear, and a speed bar at the bottom‑right corner of the screen when riding a vehicle or gliding with an elytra. All elements can be freely adjusted in‑game.

A Better HUD mod to show your speed on your screen. Highly customizable. @WYH827


Features


Installation

  1. Requires Minecraft 1.20.1 + Forge 47.x (client‑side), Java 17.
  2. Place BetterSpeedHUD-1.1.jar into the .minecraft/mods folder.
  3. Launch the game, enter a world, and ride a vehicle or glide with an elytra to see the HUD.

In‑Game Configuration

Press H to open the settings screen (can also be accessed via the Mod Menu's "Config" button).

Key Controls

Key Function
1 ~ 5 Select the element to adjust (Overall / Gear D / Digits / km/h / Speed bar)
Arrow keys / Mouse drag Move the currently selected element
Mouse wheel / + - Scale the currently selected element
V HUD master toggle
C Toggle actual speed
F Switch font (Minecraft / Modern)
[ ] Decrease / Increase max speed (Shift + key adjusts by 25)
Esc / "Save & Close" Save configuration and close

Button Descriptions

Note: When actual speed is disabled, speed stops increasing once it hits the max speed (pegs the meter). When enabled, the actual speed is always shown.

Note: Max speed is the speed at which the bar becomes full; the bar's fill ratio is speed / max speed.

Configuration Screen Preview


Configuration File

The configuration file is located at .minecraft/config/speedhud-client.toml. Main fields:

[hud]
xOffset = 0        # Overall horizontal offset (positive = right)
yOffset = 0        # Overall vertical offset (positive = down)
scale = 1.0        # Overall scale
enabled = true     # HUD master toggle
showOnVehicle = true   # Show on vehicle
showOnElytra = true    # Show on elytra
globalHud = false      # Always show
maxSpeed = 200         # Max speed (full bar value)
showActualSpeed = false # Show actual speed
font = "minecraft"     # minecraft / modern

[hud.modules]          # Module visibility
gear = true
speed = true
unit = true
bar = true

[hud.elements.gear]    # D gear position and scale
x = 16
y = 40
scale = 1.0

[hud.elements.speed]   # Speed digits
x = 76
y = 34
scale = 1.0

[hud.elements.unit]    # km/h
x = 176
y = 46
scale = 1.0

[hud.elements.bar]     # Speed bar
x = 0
y = 58
scale = 1.0

Modern Font

The Modern font is a custom bitmap font (generated from Smiley Sans Oblique):

To replace the font, provide a PNG following the above specifications and replace assets/speedhud/textures/font/modern.png.


Building (Developers)

Environment: JDK 17+, Gradle 8.x.

gradlew build

The built artifact will be at build/libs/BetterSpeedHUD-1.1.jar.


Open Source License

This project is released under the MIT License. See LICENSE.txt for details.

Author: @WYH827

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more