A Minetest mod which displays the armor damage condition.
Aller au fichier
bri cassa 53d826a2b1 Merge remote-tracking branch 'upstream/master' 2022-08-26 14:58:44 +02:00
locale Add French translation 2022-08-01 14:21:10 +02:00
textures Fix PNG problems 2017-07-08 20:05:19 +02:00
.mailmap Add Wuzzy to mailmap 2022-08-01 13:59:05 +02:00
README.md Version 1.0.1 2022-08-01 14:21:57 +02:00
init.lua Merge branch 'master' into nalc-1.2 2019-05-09 22:02:20 +02:00
mod.conf Update to 5.0.0 translation system 2019-03-30 14:11:17 +01:00
screenshot.png Add screenshot 2016-11-03 23:17:03 +01:00
settingtypes.txt Add maximum to hbarmor_tick 2016-12-04 01:52:54 +01:00

README.md

HUD bar for 3d_armor [hbarmor]

  • Version: 1.0.1

Description

This mod adds a simple HUD bar which displays the current damage of the player's armor (from the 3D Armor [3d_armor] mod) as a percentage (rounded).

100% armor means the armor is in perfect shape. 0% means the armor is almost destroyed or non-existant. Note that to reach 100%, the player must wear at least 4 different pieces of armor in perfect shape.

The armor bar also does not tell anything about the armor's strength, only how worn out it already is.

By default, the armor bar is hidden if the player wears no armor.

Dependencies

  • HUD bars [hudbars], major version 2
  • 3D Armor [3d_armor] (tested with Minetest 5.0.0)

Licensing

This mod is entirly free softare.

Source code

  • License: MIT License (see below)
  • Authors: Wuzzy, forked from the mod “Better HUD (and hunger)” [hud] by BlockMen (2013-2014)

Textures

  • hbarmor_icon.png—Stu (CC BY-SA 3.0), modified by BlockMen
  • hbarmor_bgicon.png—Stu (CC BY-SA 3.0), modified by BlockMen
  • hbarmor_bar.png—Wuzzy (MIT License)

Everything else is under the MIT License: © Copyright BlockMen (2013-2014)

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 MIT License. See https://opensource.org/licenses/MIT for more details.