Skip to content

Releases: oolist/e-hud

E HUD 0.1.2-alpha

E HUD 0.1.2-alpha Pre-release
Pre-release

Choose a tag to compare

@oolist oolist released this 29 Jul 20:07

Clear Sight

This small quality-of-life update makes the target HUD quieter when there is nothing useful to inspect and clearer when a block has important state data.

Fixed

  • The target HUD no longer identifies a missed crosshair target as Air.
  • When the crosshair is not pointing at a block or entity, the target panel stays hidden.

Improved

  • The old technical property count has been replaced with readable block-state information.
  • Grass blocks say With snow or Without snow.
  • Common states now use clear wording for powered, waterlogged, open, lit, occupied, persistent, hanging, and attached blocks.

Compatibility

Dedicated Fabric alpha builds are included for Minecraft 1.21 through 1.21.11, plus 26.1 and 26.2. Use the jar whose filename exactly matches your Minecraft version.

E HUD 0.1.1-alpha

E HUD 0.1.1-alpha Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Jul 16:57

E HUD 0.1.1-alpha

Recovery

This update focuses on making E HUD safer and more dependable across every
supported Minecraft version.

Fixed

  • Corrupted or empty configuration files no longer leave E HUD unable to start.
  • Invalid configurations are preserved in the E HUD backup folder before safe
    defaults are restored.
  • Invalid, missing, or extreme setting values are repaired and kept within safe
    limits when configurations and presets are loaded.
  • Interrupted configuration and preset saves are less likely to damage player
    settings.
  • Invalid preset files now produce a clear import error instead of destabilizing
    the settings screen.
  • Unexpected target-inspection or HUD-rendering errors now skip the affected
    frame and write a rate-limited diagnostic to the log instead of crashing the
    client.
  • Cached and unremembered pinned target information is cleared correctly when
    changing worlds or servers.

Changed

  • Release verification now checks the embedded E HUD version and exact Minecraft
    dependency in every jar.
  • Embedded project links now point to the official E HUD Modrinth page and
    GitHub source repository.

Compatibility

Dedicated Fabric alpha builds are included for:

  • Minecraft 1.21 through 1.21.11
  • Minecraft 26.1 and 26.2

Use the jar whose filename exactly matches your Minecraft version.

E HUD 0.1.0 Alpha

E HUD 0.1.0 Alpha Pre-release
Pre-release

Choose a tag to compare

@oolist oolist released this 23 Jul 18:01

E HUD 0.1.0 Alpha

The first public alpha of E HUD is here. E HUD is a highly customizable,
context-sensitive information and diagnostics HUD for Minecraft Fabric.

Alpha notice: This is an early build. Back up your settings and report
unexpected behavior through GitHub Issues or the E HUD Discord server.

Supported Minecraft versions

This release includes a separate Fabric JAR for every supported version:

  • 1.21
  • 1.21.1
  • 1.21.2
  • 1.21.3
  • 1.21.4
  • 1.21.5
  • 1.21.6
  • 1.21.7
  • 1.21.8
  • 1.21.9
  • 1.21.10
  • 1.21.11
  • 26.1
  • 26.2

Download the JAR whose filename exactly matches your Minecraft version.

Highlights

  • Automatic context-sensitive entity, block, machine, storage, world, and
    player inspection
  • Modern Basic and Advanced configuration interfaces
  • Mod Menu integration with an Options-screen fallback
  • Per-item customization, live preview, drag placement, search, favorites,
    and recently changed lists
  • Profiles, text import/export, global and scoped settings, backups, reset
    protection, and staged saving
  • Neon appearance controls, lightweight animations, severity icons, sounds,
    pinning, and performance controls
  • Optional server capability handshake, vanilla-server notices, operator
    policies, and E HUD Admin
  • Animal HUD incompatibility protection

Fixes included

  • Fixed a Minecraft 26.x startup crash caused by namespaced networking payload
    identifiers being parsed as Minecraft paths.
  • Fixed a Minecraft 26.x settings crash caused by requesting GUI blur more
    than once in a frame.
  • Added version adapters for 26.x rendering, key mappings, networking
    registries, GUI extraction, and screen ownership changes.

Known alpha issues

  • Looking at nothing may display Air instead of hiding the target panel.
  • Some block properties may appear as raw values such as 0 and 1 instead
    of friendly text such as without snow and with snow.
  • Some diagnostic labels may still be more technical than intended.

These presentation issues are planned for a future update.

Installation

  1. Install Fabric Loader for your exact Minecraft version.
  2. Install Fabric API.
  3. Download the matching E HUD JAR below.
  4. Place it in the Minecraft mods folder.
  5. Mod Menu is optional.

Links

Author: oolist