mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-04 23:31:05 +01:00
API: Hint about mcl_hunger var
This commit is contained in:
parent
c60cff8f81
commit
c8d9ab48c7
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ This API information is WIP. The mod API is still pretty much unofficial;
|
|||
this mod is mostly seen as standalone for now.
|
||||
This may change in the future development of MineClone 2. Hopefully.
|
||||
|
||||
## Before using this mod
|
||||
This mod is a no-op when the game is started with damage disabled.
|
||||
Before using any of the functions, first check if global variable
|
||||
“`mcl_hunger`” is present.
|
||||
|
||||
## Hunger level
|
||||
The hunger level of the player is a whole number between 0 and 20 inclusive.
|
||||
0 is starving and 20 is full. The hunger level is represented in
|
||||
|
|
Loading…
Reference in a new issue