VoxeLibre/mods/ITEMS/mcl_beds
Nicu f119259e67 Updated the sleeping formspec for a better look (#4319)
This PR deals with the UI side of #3645 - no logic was changed to prevent the spam related to the `zzZ` button.

The chatbox now only shows in multiplayer, where it belongs. The buttons have also been resized and moved into positions that make them look nicer.

Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4319
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: Nicu <kneekoo@noreply.git.minetest.land>
Co-committed-by: Nicu <kneekoo@noreply.git.minetest.land>
2024-05-24 20:35:13 +00:00
..
locale French translation update (#4006) 2023-11-25 01:08:06 +00:00
models Replace bed nodeboxes with meshes 2022-10-06 17:36:51 +01:00
README.txt Add documentation for mcl_beds.is_night() 2022-09-10 03:07:41 +02:00
api.lua Add additional bed placing attempts 2024-04-27 10:42:20 +00:00
beds.lua Replace bed nodeboxes with meshes 2022-10-06 17:36:51 +01:00
functions.lua Updated the sleeping formspec for a better look (#4319) 2024-05-24 20:35:13 +00: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 Beds mesecons dependency incorrectly named 2023-05-09 23:34:07 +00:00
respawn_anchor.lua Remove deprecated usages of image property in tile defs 2023-03-26 22:56:33 +00:00

README.txt

Minetest Game mod: beds
=======================
See license.txt for license information.

Authors of source code
----------------------
Originally by BlockMen (MIT)
Various Minetest developers and contributors (MIT)

Authors of media (textures)
---------------------------
BlockMen (CC BY-SA 3.0)

This mod adds a bed to Minetest 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