/mod/imgui-mc is highly recommended
Note when playing on 1.21.4
Note when playing on 1.21.4
imgui-mc is technically not out for 1.21.4 yet, however the 1.21.3 version of it does work in 1.21.4. You can add a file to your config that tells fabric the mod will work in the version.
In the config folder create a file called fabric_loader_dependencies.json
and then in that file paste this in:
{
    "version": 1,
    "overrides": {
        "imguimc": {
            "depends": {
                "minecraft": "1.21.4"
            }
        }
    }
}
Description
Based on other HUDs like /mod/boathud-1.21 and https://github.com/Pigalala/BoatHud (And using textures from there with permission).
Use /bb_boat_hud to configure the HUD
This mod contains multiple "Modules" you can pick and choose from to design your prefect HUD!
Additionally, more modules can be added in via a resource pack. These modules can have custom textures and logic using Lua.
Documentation is here, but feel free to join the Discord and ask as many questions as you need.
