FurnaceHUD

Quick rating

FurnaceHUD

No reviews yet

Look at a furnace, blast furnace, or smoker and a small top-left HUD shows the exact seconds left on the current smelt and how long the fuel will last. Toggle with K.

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.0.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

FurnaceHUD turns the vanilla furnace progress arrow into something you can actually plan around. Aim your crosshair at a furnace, blast furnace, or smoker (within ~7 blocks) and a compact panel appears in the top-left corner:

Furnace
Smelt: 6.0s left (40%)
Fuel:  15s left

No GUI to open, no clicking, no waiting for the door to close — just look at it and you know. Walk away, look at a different furnace, glance back; it always reflects whatever your crosshair is on.

What it shows

  • Title line — which kind of furnace you're looking at (Furnace, Blast Furnace, or Smoker).
  • Smelt line — seconds remaining on the current item plus the % complete. Shows idle when nothing is cooking and paused (no fuel) when an item is queued but the fire is out.
  • Fuel line — seconds left on the currently burning fuel, or empty when there's none.

Times are computed from live tick counters, so a 6.0s left line really means six seconds — no rough estimates.

Why

The vanilla furnace screen only tells you what's happening when the GUI is open, and the progress arrow has no numeric scale. If you're running four blast furnaces in parallel, or you want to start a long smoker batch before logging off, eyeballing arrows is annoying. FurnaceHUD lets you stand back and read a number.

How it works

  • Reads cookTime, cookTimeTotal, and burnTime straight from the furnace's PropertyDelegate (the same fields the in-game UI uses). Cross-version safe — no hardcoded field names.
  • Renders through Fabric's HudRenderCallback, so F1 (hide HUD) hides it like any vanilla overlay.
  • Read-only — never opens the furnace, never changes a block, never sends a packet.
  • Singleplayer only: dedicated servers do not sync furnace progress to clients, so the HUD will simply not appear when looking at a server-side furnace. (This is a vanilla limitation, not a bug.)

Controls

  • K — toggle the HUD on / off (default: on)

The key is polled via raw GLFW so it works identically across every supported version without a rebind screen.

Compatibility

Works on Minecraft 1.21.8, 1.21.9, 1.21.10, and 1.21.11 with Fabric Loader 0.16+. One JAR for all four versions — install with Fabric API and drop into your mods/ folder.

  • Pure client-side; safe to install on any server (HUD simply hides itself on multiplayer furnaces).
  • Zero config files; nothing to set up.
  • Hides automatically with the rest of the HUD on F1.

Screenshots

Gallery

  • FurnaceHUD
    FurnaceHUD

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works