MineClone2/mods/ITEMS/mcl_beds
teknomunk b582afeb1f Update documentation for Minetest rename to Luanti (#4706)
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>
2024-11-28 20:55:48 +01:00
..
locale Fix orange->orange(r/s) where needed, synchronize mods/ITEMS/mcl_colorblocks/locale/mcl_colorblocks.de.tr with template.txt 2024-08-31 16:39:43 +02:00
models Replace bed nodeboxes with meshes 2022-10-06 17:36:51 +01:00
api.lua Fix the other bed node 2024-08-18 04:47:19 +02:00
beds.lua Replace bed nodeboxes with meshes 2022-10-06 17:36:51 +01:00
functions.lua Update documentation for Minetest rename to Luanti (#4706) 2024-11-28 20:55:48 +01:00
init.lua code from inital PR 2022-05-08 19:57:09 +00:00
license.txt Rename beds mod to mcl_beds 2017-05-07 20:21:37 +02:00
mod.conf Fix mod dependencies 2024-11-09 20:24:02 -06:00
README.txt Update documentation for Minetest rename to Luanti (#4706) 2024-11-28 20:55:48 +01:00
respawn_anchor.lua Remove deprecated usages of image property in tile defs 2023-03-26 22:56:33 +00:00

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