Перейти к содержимому
Mineforgian

Advanced HUD

Highly customizable HUD that provides dynamic info on whatever you're looking at.

642 загрузок2 подписчиковGPL-3.0-onlyfabricforgeneoforge

Обновлён 10 апреля 2026 г. · опубликован 2 февраля 2026 г.

Advanced HUD

Advanced HUD is a client-side Minecraft utility designed to provide real-time, dynamic information about targeted blocks and entities. It features a lightweight and highly customizable interface that matches Minecraft's vanilla aesthetic perfectly.

Features

Block Information

  • Effective Tool: Instantly see which tool you need (Pickaxe, Axe, etc.) to mine the block.
  • Harvest Level: Displays the required tool tier (Stone, Iron, Diamond, etc.).
  • Breaking Progress: A smooth, visual progress bar appears at the bottom of the HUD as you break a block.
  • Crop Growth: Displays the exact growth percentage for all major crops.
  • Waterlogged Status: Indicates if a block is waterlogged with a 💧 indicator.
  • Beehive Occupancy: Shows exactly how many bees are currently inside a beehive or bee nest.
  • Improved Container Details: Displays item count and capacity for synced containers (Furnaces, Brewing Stands, etc.) with custom name support for renamed chests.

Entity Statistics

  • Combat Stats: Shows the entity's health using a heart-themed bar and displays their armor value.
  • Armor Toughness: Displays armor toughness (🛡+) for high-defense entities.
  • Horse Breeding Stats: Displays precise movement speed (in m/s) and jump height.
  • Villager Profession: Identifies the profession and level of any villager you look at.
  • Ownership: Displays the owner's name for tamed entities (Wolves, Cats, etc.).
  • Visual Model: Renders a small 3-D model of the targeted entity inside the HUD.

Visuals & UI

  • Glassmorphism Design: High-end, transparent background with blurred borders and sleek micro-animations.
  • Adjustable Transparency: Fully customizable background opacity to suit your preference.
  • Dynamic Layout: The interface automatically adjusts height and width to fit the content perfectly.
  • Performance: Optimized to ensure zero impact on your framerate.

Compatibility

  • Vanilla Servers: 100% compatible. Connect to any server without issues.
  • Strictly Client-Side: Does NOT need to be installed on the server.
  • Modpacks: Works seamlessly alongside ModMenu and Cloth Config.

Installation

  1. Ensure a compatible mod loader is installed for your current Minecraft version.
  2. Download the version of Advanced HUD that corresponds to your loader and game version.
  3. Place the downloaded file into the mods folder of your Minecraft installation.
  4. Launch the game and enjoy the enhanced HUD!

Configuration

Customization options are managed via the in-game ModMenu screen or the advanced-hud.json configuration file.

Option Default Description
enabled true Master toggle for the entire HUD.
xOffset 0 Horizontal offset from the center.
yOffset 10 Vertical offset from the top.
hudTransparency 80 Background transparency (0-100).
showModName true Shows which mod a target belongs to.
showBlockId false Shows the internal block ID (e.g. minecraft:stone).
showEffectiveTool true Shows the most effective tool type.
showHarvestLevel true Shows the required tool tier.
showCropGrowth true Shows growth percentage for crops.
showWaterlogged true Shows if a block is waterlogged.
showBreakingProgress true Shows the block breaking bar.
showBeeCount true Shows how many bees are in a hive.
showContainerInfo true Shows item counts for synced containers.
showEntityHealth true Shows health bar and numerical value.
showEntityArmor true Shows armor and toughness bars.
showEntityModel true Renders a 3-D model of the entity.
showEntityOwner true Shows the owner of tamed mobs.
showHorseStats true Shows horse speed and jump height.
showVillagerInfo true Shows villager profession and level.
showEntityId false Shows technical entity IDs.

Project Links


Developer

Developed by Yigit Guven.

License

Licensed under the GPL-3.0 License. See the LICENSE file for more information.

Центр версий

8 версий
  • Релиз42 КБ
  • Релиз29 КБ
  • Релиз30 КБ
  • Релиз41 КБ
  • Релиз40 КБ
  • Релиз33 КБ
  • Релиз29 КБ
  • Релиз28 КБ

Ченджлог

1.0.4-fabric-26.1.2Релиз26.1.2 · 10 апреля 2026 г.

Switch to fabric-loom plugin and update dependency configurations (modImplementation/modApi -> implementation/api). Bump Minecraft, loader, loom and several library versions and set Java release/source/target to 25. Add a set of new client GUI/rendering classes (Font, GuiGraphicsExtractor, GuiRenderer, InventoryScreen, and related rendering/tooltip/item helpers) and several new Minecraft stubs (entities, tags, attributes, villager/player, block behaviour). Also apply related changes to AdvancedHud client code and mod metadata to accommodate the updated API.

1.0.4Релиз1.21.1 · 24 февраля 2026 г.
  • Introduce HUD transparency setting and UI slider (default 80) in ModConfig/ConfigScreen.
  • Adjust several option defaults and tooltip text for clarity (e.g., showBlockId default set to false).
  • Add armor toughness tracking to TargetInfo (field, getter, reset, and attribute read) and show toughness in the HUD.
  • Refine container inventory detection with heuristics and custom name support for Nameable block entities.
  • Update HudRenderer to account for toughness when computing layout and rendering the armor bar (different icon/color, appended toughness text).
  • Use configured transparency for tooltip background rendering.
  • Updated mod version to 1.0.4.

Full Changelog: https://github.com/yigit-guven/Advanced-HUD/compare/1.0.3...1.0.4

1.0.4Релиз1.20.1 · 24 февраля 2026 г.
  • Introduce HUD transparency setting and UI slider (default 80) in ModConfig/ConfigScreen.
  • Adjust several option defaults and tooltip text for clarity (e.g., showBlockId default set to false).
  • Add armor toughness tracking to TargetInfo (field, getter, reset, and attribute read) and show toughness in the HUD.
  • Refine container inventory detection with heuristics and custom name support for Nameable block entities.
  • Update HudRenderer to account for toughness when computing layout and rendering the armor bar (different icon/color, appended toughness text).
  • Use configured transparency for tooltip background rendering.
  • Updated mod version to 1.0.4.

Full Changelog: https://github.com/yigit-guven/Advanced-HUD/compare/1.0.3...1.0.4

1.0.4Релиз1.20.1 · 24 февраля 2026 г.
  • Introduce HUD transparency setting and UI slider (default 80) in ModConfig/ConfigScreen.
  • Adjust several option defaults and tooltip text for clarity (e.g., showBlockId default set to false).
  • Add armor toughness tracking to TargetInfo (field, getter, reset, and attribute read) and show toughness in the HUD.
  • Refine container inventory detection with heuristics and custom name support for Nameable block entities.
  • Update HudRenderer to account for toughness when computing layout and rendering the armor bar (different icon/color, appended toughness text).
  • Use configured transparency for tooltip background rendering.
  • Updated mod version to 1.0.4.

Full Changelog: https://github.com/yigit-guven/Advanced-HUD/compare/1.0.3...1.0.4

1.0.3Релиз1.20.1 · 23 февраля 2026 г.
  • Entity Model Scaling: Fixed entity models overflowing the HUD panel by tuning the scale formula (base 18, max 20).
  • Entity Model Rotation: Fixed entities looking to the right; they now correctly face their left.
  • Stale Waterlogged State: Fixed the 💧 Waterlogged indicator persisting on subsequent non-waterlogged blocks.
  • Mod Menu Config Screen: Added an in-game configuration screen accessible via Mod Menu's "Config" button, with three categories:
    • General – Enable HUD toggle, X/Y offset, Show Mod Name.
    • Blocks – Block ID, Effective Tool, Harvest Level, Crop Growth, Waterlogged, Breaking Progress, Bee Count, Container Info.
    • Entities – Health, Armor, Entity Model, Entity ID, Owner, Horse Stats, Villager Info.
  • Config System Fixes: Previously several config flags were defined but had no effect. They are now fully wired up:
  • showBlockId / showEntityId — displays the internal ID (e.g. minecraft:stone) with a 🆔 icon.
  • showWaterlogged — displays a 💧 icon for waterlogged blocks.
  • showEntityOwner — displays the owner's name (👤) for tamed entities.
  • showHarvestLevel — displays the required tool tier ⛏ (Stone / Iron / Diamond).
  • Aesthetic Overhaul: New high-end "glassmorphism" HUD background with subtle transparency and professional borders.
  • Visual Health Bar: Added a smooth progress bar for entity health, including numerical values.
  • Visual Armor Bar: Added a shield-themed progress bar to visually represent protection levels.
  • Generic Crop Growth: Completely rewritten growth detection that works for all crops dynamically.
  • Enhanced Block Entity Support: Added specific tracking for Furnaces and Brewing Stands (General Info).
  • Improved Alignment: Refined layout scaling and text centering.
  • Icon-Based Stats: Unicode icons used for entity/block info (Health, Armor, Speed, Jump, Bees, Items, Growth, Profession).
  • Cycling Tool Icons: Displays rotating tool icons (e.g., Diamond/Iron Pickaxes) for mineable blocks instead of text.
  • Harvesting Indicator: Added ✔ and ✘ icons to show if the current setup will drop items from the targeted block.
  • Mod Version: Updated to 1.0.3.
  • HUD Redesign:
    • Implemented a more compact and streamlined layout.
    • Improved positioning and centering logic.
    • Relocated mod name for better space efficiency.
    • Enhanced vertical alignment and spacing for all HUD elements.

Full Changelog: https://github.com/yigit-guven/Advanced-HUD/compare/1.0.2...1.0.3

1.0.2Релиз1.20.1 · 23 февраля 2026 г.
  • Strictly Client-Sided: The mod is now 100% client-side. You can connect to any vanilla or modded server safely.
  • Enhanced Block Information:
    • Added display for effective tools (Pickaxe, Axe, etc.) and mining requirements.
    • Added crop growth percentage for all major crops.
    • Added waterlogged status indicator.
    • Added a visual Breaking Progress Bar at the bottom of the HUD.
    • Added Beehive occupancy count for nests and hives.
    • Added Container contents count (e.g., "Items: 15/27") for chests, shulker boxes, etc.
  • Detailed Entity Stats:
    • Added Horse Stats: Precise speed (b/s) and jump strength for horses and variants.
    • Added Villager Info: Displays profession and level.
    • Added display for entity armor and tamed ownership.
    • Added optional technical entity ID toggle.
  • System Improvements:
    • Dynamic UI layout that adjusts height based on visible information.
    • Refined color-coded categorized information for better readability.
    • Fixed an issue where the configuration file wouldn't update with new options.
    • Improved stability by fixing a potential Mixin registration crash.
    • Cleaned up project structure and removed example boilerplate.

Full Changelog: https://github.com/yigit-guven/Advanced-HUD/compare/1.0.1...1.0.2

1.0.1Релиз1.20.1 · 23 февраля 2026 г.
  • HUD Beautification:
    • New vanilla-inspired tooltip background with purple borders and gradients.
    • Added a distinct outer frame covering the HUD for a more premium look.
    • Dynamic item icons for blocks being looked at.
    • Heart-themed health bar with a border and vibrant red color.
  • Improved HUD layout and typography to match Minecraft aesthetics.
  • Updated TargetInfo to provide ItemStack data for icons.
  • Incremental version update to 1.0.1.

Full Changelog: https://github.com/yigit-guven/Advanced-Hud/compare/1.0.0...1.0.1

1.0.0Релиз1.20.1 · 23 февраля 2026 г.
  • Dynamic Raycasting: Implemented logic to detect blocks and entities the player is currently looking at.
  • Advanced HUD Overlay:
    • Added display for block names and IDs.
    • Added display for entity names and a dynamic health bar for living entities.
  • Customization System:
    • Created a JSON-based configuration system recorded in config/advanced-hud.json.
    • Added options to toggle HUD visibility, adjust X/Y offsets, and hide specific info (like block IDs).
  • Client Integration: Registered the HUD renderer to the Fabric client entrypoint.
  • License: Switched project license to GPL-3.0.

Full Changelog: https://github.com/yigit-guven/Advanced-Hud/commits/1.0.0

Комментарии

Загружаем…