mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-02 14:31:05 +01:00
15 lines
269 B
Markdown
15 lines
269 B
Markdown
# `mcl_moon` API
|
|
This API has one function:
|
|
|
|
## `mcl_moon.get_moon_phase()`
|
|
|
|
Returns current moon phase (0-7).
|
|
|
|
* 0 = Full Moon
|
|
* 1 = Waning Gibbous
|
|
* 2 = Last Quarter
|
|
* 3 = Waning Crescent
|
|
* 4 = New Moon
|
|
* 5 = Waxing Crescent
|
|
* 6 = First Quarter
|
|
* 7 = Waxing Gibbous
|