Compare commits
10 Commits
f1e6d37614
...
bec57b1db7
Author | SHA1 | Date | |
---|---|---|---|
|
bec57b1db7 | ||
|
081c021e91 | ||
|
97983b7703 | ||
|
0014f84d26 | ||
|
396eac86ab | ||
|
57b434e6c6 | ||
|
ed2ce59152 | ||
|
4730ea30e3 | ||
|
eb828a7749 | ||
|
31250df93e |
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 @@
|
||||
# Mana [mana]
|
||||
|
||||
* Version: 1.3.0
|
||||
* Version: 1.3.3
|
||||
* Note: This mod uses semantic versioning, as defined by version 2.0.0 of the SemVer standard. See: <http://semver.org/>
|
||||
|
||||
## Description
|
||||
@ -45,3 +45,8 @@ License information
|
||||
* `textures/mana_bgicon.png`: CC BY 3.0, originally by Buch, modified by Wuzzy.
|
||||
* `textures/mana_bar.png`: [MIT License](https://opensource.org/licenses/MIT) by Wuzzy.
|
||||
* Everything else: MIT License.
|
||||
|
||||
### Translation credits
|
||||
|
||||
* Wuzzy: German
|
||||
* syl: French
|
||||
|
2
init.lua
2
init.lua
@ -169,7 +169,7 @@ do
|
||||
if(string ~= nil) then
|
||||
local savetable = minetest.deserialize(string)
|
||||
mana.playerlist = savetable.playerlist
|
||||
minetest.debug("[mana] mana.mt successfully read.")
|
||||
minetest.log("action", "[mana] mana.mt successfully read.")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
3
locale/mana.fr.tr
Normal file
3
locale/mana.fr.tr
Normal file
@ -0,0 +1,3 @@
|
||||
# textdomain:mana
|
||||
Mana=Mana
|
||||
Mana: @1/@2=Mana : @1/@2
|
1
mod.conf
1
mod.conf
@ -1,3 +1,4 @@
|
||||
name = mana
|
||||
title = Mana
|
||||
description = Adds a mana attribute to players, can be used as energy source for magical items, etc.
|
||||
optional_depends = hudbars
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 80 B After Width: | Height: | Size: 74 B |
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 206 B |
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 210 B |
Loading…
x
Reference in New Issue
Block a user