forked from mtcontrib/minetest_mana
Version 1.3.0
This commit is contained in:
parent
d63422eef3
commit
6d36fc9526
4
API.md
4
API.md
@ -1,5 +1,5 @@
|
|||||||
API documentation for Mana 1.2.0
|
API documentation for Mana mod
|
||||||
================================
|
==============================
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
The API of the Mana mod allows you to set and receive
|
The API of the Mana mod allows you to set and receive
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Mana [mana]
|
# Mana [mana]
|
||||||
|
|
||||||
* Version: 1.2.0
|
* Version: 1.3.0
|
||||||
* Note: This mod uses semantic versioning, as defined by version 2.0.0 of the SemVer standard. See: <http://semver.org/>
|
* Note: This mod uses semantic versioning, as defined by version 2.0.0 of the SemVer standard. See: <http://semver.org/>
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
@ -26,7 +26,6 @@ way. You should install other mods which use the Mana mod as a dependency.
|
|||||||
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