NathanSalapat fb98659b03 initial upload 4 vuotta sitten
..
locale fb98659b03 initial upload 4 vuotta sitten
textures fb98659b03 initial upload 4 vuotta sitten
API.md fb98659b03 initial upload 4 vuotta sitten
README.md fb98659b03 initial upload 4 vuotta sitten
default_settings.lua fb98659b03 initial upload 4 vuotta sitten
init.lua fb98659b03 initial upload 4 vuotta sitten
license.txt fb98659b03 initial upload 4 vuotta sitten
mod.conf fb98659b03 initial upload 4 vuotta sitten
settingtypes.txt fb98659b03 initial upload 4 vuotta sitten

README.md

HUD bars

Description

This mod changes the HUD of Minetest. It replaces the default health and breath symbols by horizontal colored bars with text showing the number.

Furthermore, it enables other mods to add their own custom bars to the HUD, this mod will place them accordingly.

Important: Keep in mind if running a server with this mod, that the custom position should be displayed correctly on every screen size.

Current version

The current version is 2.1.0.

This software uses semantic versioning, as defined by version 2.0.0 of the SemVer standard.

Settings

This mod can be configured quite a bit. You can change HUD bar appearance, offsets, ordering, and more. Use the advanced settings menu in Minetest for detailed configuration.

API

The API is used to add your own custom HUD bars. Documentation for the API of this mod can be found in API.md.