This project is a fork of the minetest_hudbars.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/minetest_hudbars.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionFork of Hudbars for MTTechnic Game(my subgame based on Technic)
ownererwin.maximilian@gmail.com
last changeThu, 6 Jul 2017 01:12:07 +0000 (6 03:12 +0200)
content tags
add:
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 1.9.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.

License of source code

Author: Wuzzy (2015)

Also: This mod was forked from the “Better HUD” [hud] mod by BlockMen.

Translations:

This program is free software. It comes without any warranty, to the extent permitted by applicable law. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License (WTFPL), version 2, as published by Sam Hocevar.

Licenses of textures

License references

shortlog
2017-07-06 WuzzyReplace deprecated intllib call:master
2017-07-02 WuzzyVersion 1.9.0
2017-07-02 WuzzyMove default settings into new Lua file
2017-07-02 WuzzyAdd hb.get_hudbar_identifiers()
2017-06-20 WuzzyUse 0.4.16 settings syntax
2017-05-29 WuzzyUpdate credits in README file
2017-05-29 WuzzyVersion 1.8.0
2017-05-29 WuzzyAdd Turkish translation
2017-05-29 WuzzyVersion 1.7.2
2017-05-29 WuzzyExplicitly set statbar size for progress bars
2017-02-25 WuzzyVersion 1.7.1
2017-02-25 WuzzyFix crash HP changed before player was registered
2016-12-03 WuzzyVersion 1.7.0
2016-12-03 WuzzyMove statbars 2 pixels up
2016-12-03 WuzzyFix README.md syntax error
2016-12-02 WuzzyEvent-based health bar change
...
heads
6 years ago master
7 years ago hud_replace
9 years ago playertest