1
0
Fork 0
MineClone2/mods/ITEMS/mcl_beds
cora 378b5b30c9 fix beds dropping when burning up 2022-02-25 00:08:26 +00:00
..
locale add zh_TW translate to `mcl_beds` and `mcl_core` 2022-02-23 23:58:04 +01:00
textures
README.txt
api.lua fix beds dropping when burning up 2022-02-25 00:08:26 +00:00
beds.lua
functions.lua Fix crash on startup if mcl_playersSleepingPercentage is not defined (#1874) 2021-10-09 14:41:56 +00:00
init.lua
license.txt
mod.conf

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.