HUD manager AKA hudman

Quick rating

HUD manager AKA hudman

No reviews yet

And a mod that allows you to set up custom hud using a JSON config file

API/Library
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

Where It Runs
Client Only

Runs entirely on the client. Works on vanilla servers.

About

Project Details

Type
Mod
License
GNU General Public License v3.0 only
Latest Version
1.8.1-mc1.21.4

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

About

Description

Hud Manager

On another custom HUD mod
But this time it's aimed towards the power user
At the moment this mod is very not user friendly i'm working on to change that

The future of the mod

Due to current life events I have taken a little bit of a break I've been working on some C projects of recent and I haven't been able to get around to this mod It is not dead but on hiatus

Important

Do not use mod version 1.7.0 to 1.8.0 They are broken use 1.8.1

📖 What's this mod?

a client side minecraft mod that I’ve created in my free time for mc1.21.4
the main feature of the mod is To allow the user to create custom HUD using a config file written in Json.

Fun fact: this was originally just made as a test mod to see if I can even write mods

✅ Features:

  • A Detailed Json config file
  • Many customizable built-in hud elements
  • Expandability: this mod can be expanded upon by other mods
  • Performant: Due to its minimal design it's really fast
  • and for the dev's The API is quite easy More info on Github
  • A new preset system That allows you to create pseudo elements using preexisting elements

📖 How do you get this thing working

you'll find the config file while in the config folder.
Here's an example config file:

{
    "ver":"v1.0",
    "elements": [ // The list of elements to be shown on your screen
        {
            "elementId": "hudman:velocity_vector", // The element you want on your screen
            "cords": {"x": 100, "y": 110}, // Where you want the element
            "width": 0, // This one doesn't work and might be removed
            "height": 0, // same with this one too
            "scale": 0.75, // Scales your element 
            "pairGameHudElement": "", //Just leave this blank
            "enable": true, // If this is false then the mod will not render your element
            "strings": [ // Element Specific settings
                "doTooltip" // To render a tool tip background for this element
            ]
        }
    ],
    "debug": false, // Leave this off this is for the devs
    "errorNotification": false // To show a notification on screen if an element doesn't work
}   

This will add this hud element to your game
A velocity vector element
This element visualizes your velocity. it also has a very nice tooltip background
This was enabled by "doTooltip" The strings section is very versatile but it is very dependent on the element

Let's list off the elements

🔧 How to contribute

Info on how to contribute code can be found here


Please be warned that my spelling is terrible due to my dyslexia and I use text to speech a lot

Screenshots

Gallery

  • Just an image and a village
    Just an image and a village
  • An image just after world load
    An image just after world load

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
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