MineClone2/mods/ITEMS/mcl_beds
epCode f856b4d06c Git Update 2021-10-13 12:00:06 -07:00
..
locale Git Update 2021-10-13 12:00:06 -07:00
textures Add colored beds 2017-07-25 16:17:26 +02:00
README.txt Git Update 2021-10-13 12:00:06 -07:00
api.lua Git Update 2021-10-13 12:00:06 -07:00
beds.lua Git Update 2021-10-13 12:00:06 -07:00
functions.lua Git Update 2021-10-13 12:00:06 -07:00
init.lua Can't sleep in occupied beds 2019-02-20 20:40:06 +01:00
license.txt Rename beds mod to mcl_beds 2017-05-07 20:21:37 +02:00
mod.conf Git Update 2021-10-13 12:00:06 -07: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.