mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-01 15:01:06 +01:00
b582afeb1f
This updates the VoxeLibre documentation by replacing "Minetest" with "Luanti" and updating links. Done: * Update "Minetest" in documentation and comments to "Luanti" * Update links to forums, ContentDB and Luanti project web page Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4706 Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land> Co-authored-by: teknomunk <teknomunk@protonmail.com> Co-committed-by: teknomunk <teknomunk@protonmail.com>
21 lines
832 B
Text
21 lines
832 B
Text
Minetest Game mod: beds
|
|
=======================
|
|
See license.txt for license information.
|
|
|
|
Authors of source code
|
|
----------------------
|
|
Originally by BlockMen (MIT)
|
|
Various Luanti developers and contributors (MIT)
|
|
|
|
Authors of media (textures)
|
|
---------------------------
|
|
BlockMen (CC BY-SA 3.0)
|
|
|
|
This mod adds a bed to Luanti which allows to skip the night.
|
|
To sleep, rightclick the bed.
|
|
Another feature is a controlled respawning. If you have slept in bed your respawn point is set to the beds location and you will respawn there after
|
|
death.
|
|
|
|
Use the mcl_playersSleepingPercentage setting to enable/disable night skipping or set a percentage of how many players need to sleep to skip the night.
|
|
|
|
mcl_beds.is_night([ time of day ]) - returns wether it's night with optional argument of a minetest time of day value between 0 and 1
|