Version 1.10.0, update credits
[minetest_hudbars.git] / README.md
bloba3a1a96cda0ddd2951b376b6ea1ec0b5a745f86a
1 # HUD bars
3 ## Description
4 This mod changes the HUD of Minetest. It replaces the default health and breath
5 symbols by horizontal colored bars with text showing the number.
7 Furthermore, it enables other mods to add their own custom bars to the HUD,
8 this mod will place them accordingly.
10 **Important**: Keep in mind if running a server with this mod, that the custom
11 position should be displayed correctly on every screen size.
13 ## Current version
14 The current version is 1.10.0.
16 This software uses [semantic versioning](http://semver.org), as defined by version 2.0.0 of the SemVer
17 standard.
19 ## Settings
20 This mod can be configured quite a bit. You can change HUD bar appearance, offsets, ordering, and more.
21 Use the advanced settings menu in Minetest for detailed configuration.
23 ## API
24 The API is used to add your own custom HUD bars.
25 Documentation for the API of this mod can be found in `API.md`.
27 ## Legal
28 ### License of source code
29 Author: Wuzzy (2015)
31 Also: This mod was forked from the “Better HUD” [hud] mod by BlockMen.
33 Translations:
35 * German: Wuzzy
36 * Portuguese: BrunoMine
37 * Turkish: admicos
38 * Dutch: kingoscargames
39 * Italian: Hamlet
41 This program is free software. It comes without any warranty, to
42 the extent permitted by applicable law. You can redistribute it
43 and/or modify it under the terms of the MIT License.
45 ### Licenses of textures
47 * `hudbars_icon_health.png`—celeron55 (CC BY-SA 3.0), modified by BlockMen
48 * `hudbars_bgicon_health.png`—celeron55 (CC BY-SA 3.0), modified by BlockMen
49 * `hudbars_icon_breath.png`—kaeza (MIT License), modified by BlockMen, modified again by Wuzzy
50 * `hudbars_bgicon_breath.png`—based on previous image, edited by Wuzzy (MIT License)
51 * `hudbars_bar_health.png`—Wuzzy (MIT License)
52 * `hudbars_bar_breath.png`—Wuzzy (MIT License)
53 * `hudbars_bar_background.png`—Wuzzy (MIT License)
55 ### License references
57 * [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)
58 * [MIT License](https://opensource.org/licenses/MIT)