mirror of
https://repo.or.cz/minetest_hbarmor.git
synced 2025-06-28 22:36:29 +02:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
53d826a2b1 | |||
a231a5fb82 | |||
d6fe732528 | |||
3d53b43696 | |||
fadedbd5ba | |||
5fdc974ebd |
2
.mailmap
Normal file
2
.mailmap
Normal file
@ -0,0 +1,2 @@
|
||||
Wuzzy <Wuzzy@disroot.org> <Wuzzy2@mail.ru>
|
||||
Wuzzy <Wuzzy@disroot.org> <almikes@aol.com>
|
@ -1,6 +1,6 @@
|
||||
# HUD bar for `3d_armor` [`hbarmor`]
|
||||
|
||||
* Version: 1.0.0
|
||||
* Version: 1.0.1
|
||||
|
||||
## Description
|
||||
This mod adds a simple HUD bar which displays the current damage
|
||||
|
2
init.lua
2
init.lua
@ -148,3 +148,5 @@ minetest.register_globalstep(function(dtime)
|
||||
end
|
||||
if timer > 4 then timer = 0 end
|
||||
end)
|
||||
|
||||
minetest.log("action", "[hbarmor] loaded.")
|
||||
|
2
locale/hbarmor.fr.tr
Normal file
2
locale/hbarmor.fr.tr
Normal file
@ -0,0 +1,2 @@
|
||||
# textdomain:hbarmor
|
||||
Armor=Armure
|
Reference in New Issue
Block a user