Rename mobs mod to mcl_mobs
[MineClone/MineClone2.git] / mods / HUD / hbarmor / README.md
blobc410a9b6a07ee8aac326bf942d5c876533586ca8
1 # HUD bar for `3d_armor` [`hbarmor`]
3 * Version: 0.4.0
5 ## Description
6 This mod adds a simple HUD bar which displays the current damage
7 of the player's armor (from the 3D Armor [`3d_armor`] mod) as a percentage (rounded).
9 100% armor means the armor is in perfect shape. 0% means the armor is almost destroyed
10 or non-existant. Note that to reach 100%, the player must wear at least 4 different
11 pieces of armor in perfect shape.
13 The armor bar also does not tell anything about the armor's strength,
14 only how worn out it already is.
16 By default, the armor bar is hidden if the player wears no armor.
18 ## Dependencies
19 * HUD bars [`hudbars`], major version 1
20 * 3D Armor [`3d_armor`] (tested with Minetest 0.4.14)
22 ## Licensing
23 This mod is entirly free softare.
25 ### Source code
27 * License: MIT License (see below)
28 * Authors: Wuzzy, forked from the mod “Better HUD (and hunger)” [`hud`] by BlockMen (2013-2014)
30 ### Textures
32 * `hbarmor_icon.png`—Stu ([CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)), modified by BlockMen
33 * `hbarmor_bgicon.png`—Stu (CC BY-SA 3.0), modified by BlockMen
34 * `hbarmor_bar.png`—Wuzzy (MIT License)
36 Everything else is under the MIT License:
37 © Copyright BlockMen (2013-2014)
39 This program is free software. It comes without any warranty, to
40 the extent permitted by applicable law. You can redistribute it
41 and/or modify it under the terms of the MIT License.
42 See <https://opensource.org/licenses/MIT> for more details.