forked from mtcontrib/minetest_mana
Bump minor version number
This commit is contained in:
parent
f92470121f
commit
30b2b302ef
2
API.md
2
API.md
@ -1,4 +1,4 @@
|
|||||||
API documentation for Mana 0.2.0
|
API documentation for Mana 0.3.0
|
||||||
================================
|
================================
|
||||||
|
|
||||||
**Warning:** This API is not considered stable yet.
|
**Warning:** This API is not considered stable yet.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Mana mod [mana]
|
Mana mod [mana]
|
||||||
===============
|
===============
|
||||||
Version: 0.2.0
|
Version: 0.3.0
|
||||||
Note: This mod uses semantic versioning, as defined by version 2.0.0 of the SemVer standard.
|
Note: This mod uses semantic versioning, as defined by version 2.0.0 of the SemVer standard.
|
||||||
See: <http://semver.org/>
|
See: <http://semver.org/>
|
||||||
|
|
||||||
@ -11,6 +11,7 @@ It provides a simple API to set, get, add and subtract the mana (and maximum) ma
|
|||||||
The API documentation is in the file API.md.
|
The API documentation is in the file API.md.
|
||||||
|
|
||||||
If the mod “HUD bars” [hudbars] is installed, a blue bar will be added to the HUD showing the player's mana reserves.
|
If the mod “HUD bars” [hudbars] is installed, a blue bar will be added to the HUD showing the player's mana reserves.
|
||||||
|
It currently only works with version 0.3.0 of this mod.
|
||||||
|
|
||||||
Otherwise, the mana is just shown as text.
|
Otherwise, the mana is just shown as text.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user