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

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.