MineClone5/mods/ITEMS/mcl_beds
chmodsayshello 1c12f3da19 Charging no longer not consuming 2022-03-23 21:11:03 +00:00
..
locale Fix typos in translation 2022-02-20 11:39:43 +08:00
textures Upload Textures 2/2 2022-03-23 13:43:03 +00:00
README.txt Update mcl_bed README.txt 2021-09-21 18:19:07 +00:00
api.lua fix beds not to burn away and drop 2022-01-30 02:11:10 +01:00
beds.lua fix many codestyle issues (functions, strings, modpaths) 2021-05-29 16:12:33 +02:00
functions.lua Fix crash on startup if mcl_playersSleepingPercentage is not defined (#1874) 2021-10-09 14:41:56 +00:00
init.lua update init.lua to load the respawn anchors 2022-03-23 13:45:14 +00:00
license.txt Rename beds mod to mcl_beds 2017-05-07 20:21:37 +02:00
mod.conf update dependencies 2022-03-23 13:46:11 +00:00
respawn_anchor.lua Charging no longer not consuming 2022-03-23 21:11:03 +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.