mirror of
https://repo.or.cz/minetest_hbarmor.git
synced 2025-06-29 14:50:38 +02:00
Compare commits
2 Commits
master
...
nalc-1.2.0
Author | SHA1 | Date | |
---|---|---|---|
fadedbd5ba | |||
5fdc974ebd |
2
.mailmap
2
.mailmap
@ -1,2 +0,0 @@
|
||||
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.1
|
||||
* Version: 1.0.0
|
||||
|
||||
## 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.")
|
||||
|
@ -1,2 +0,0 @@
|
||||
# textdomain:hbarmor
|
||||
Armor=Armure
|
Reference in New Issue
Block a user