Consider using an Simple Hud Enhanced instead
Adding this notice as of commit 5420a64d12e2738df9669c51b035e47e34876068
for the mod linked above
This mod is unlikely to receive future changes and has pending unsolved issues I couldn't get around to fixing/adding.
The mod linked above has more features and lots of unsolved bugs are already fixed. UX is pretty much the same and any feature it has over this one are toggleable if you want a more minimal experience.
Available to download from Modrinth or Curseforge.
Built using the Fabric Example Mod and made with the Fabric modding toolchain for Minecraft.
A Minecraft Mod that enhances the Game's HUD with some simple utilities like the following:
- HUD Features:
- Simplified coordinates that are available at all times on the screen (Example:
39, 64, 200
asX, Y, Z
) - Cardinal directions and which Coordinates are increasing/decreasing (Example:
(East X+)
when looking East, where theX
coordinate is increasing) - Current armour and hand items and their durabilities, available at all times on the screen
- Different colors based on how low the durability is
- Current Game time in AM/PM format
- Current sprinting status
- Current framerate
- Current Biome the player is on
- Nether/overworld coordinates conversion
- Toggle key (editable in Controls screen, default is
k
) - Settings page and config file with Mod Menu
- Requires Mod Menu to open settings screen in-game
- Config file:
.minecraft/config/simple_utilities.toml
(does not require Mod Menu to edit)
- Simplified coordinates that are available at all times on the screen (Example:
In-game HUD | Settings page (Requires Mod Menu) |
---|---|
- Install Fabric.
- Download the latest version of Simple Utilities (in the
.jar
file format) from GitHub or from Modrinth. - Move the downloaded file into the
.minecraft/mods
folder.
Building from source
- Clone the project with
git clone https://github.com/johnvictorfs/simple-utilities-mod.git
. - Change to the project's directory with
cd simple-utilities-mod
. - Run
./gradlew build
to build the mod. - The built mod will be located in the
build/libs
folder.- There will be two files. Use the one without
sources
in the filename.
- There will be two files. Use the one without
Planned features
- Add configuration to move any specific HUD elements around the screen (drag-and-drop if possible)
- Add option for E counter (entities) and C counter (chunk sections) (possibly M/C counters as well (monsters/creatures))
- Add current status effects duration to HUD
- Add Sun/Moon icons to the current game time, so it's easier to tell if the time of day is Day or Night
-
Does this Mod work on versions below 1.15?
- No. It might work on 1.14 with some changes, but cannot work below 1.14, since this mod is made with Fabric, which only supports Minecraft 1.14 and above.
-
Will this Mod get me banned from (some multiplayer server)?
- It depends on the server you are playing on. This mod runs entirely on the client-side (your computer) and does not support nor require server installation. The mod (mostly) shows things that are accessible through in-game features, such as the F3 Menu. Some features are not directly accessible in the vanilla game, such as very specific game time. Whether these are allowed depends on the server. Do not create issues about this here. Instead, check the rules of the server you intend to use this mod on.
-
Will you add '(some feature not present in the Planned Features section)'?
- Maybe. If it is related to the functionality of this mod, create an issue about it. I can only add requested features during my spare time, so do not expect a timely response.