server-nalc/minetestforfun_game/mods/beds
crabman77 8b21b2dca2 fix useless multi reading file(lag?), only read on loading mod 2016-04-07 16:56:11 +02:00
..
models Merged medias for beds 2015-06-14 11:46:11 +02:00
textures compress textures, fix preview shields 2015-07-24 23:09:08 +02:00
README.txt [beds & boats & bucket & ... ] Update MinetestForFun game 2015-10-05 21:06:39 +02:00
api.lua remove bed.spawn pos when player dig a bed 2016-03-05 18:53:35 +01:00
beds.lua Removed all whitespaces (using new script) 2015-06-10 19:12:48 +02:00
depends.txt [beds] Make areas dependency explicit 2016-04-02 18:03:49 +02:00
functions.lua fix useless multi reading file(lag?), only read on loading mod 2016-04-07 16:56:11 +02:00
init.lua Delete old beds mod and add new beds mod 2015-03-03 21:01:27 +01:00
spawns.lua fix useless multi reading file(lag?), only read on loading mod 2016-04-07 16:56:11 +02:00

README.txt

Minetest Game mod: beds
=======================
by BlockMen (c) 2014-2015

Version: 1.1.1

About
~~~~~
This mod adds a bed to Minetest which allows to skip the night. To sleep rightclick the bed, if playing 
in singleplayer mode the night gets skipped imideatly. If playing on server you get shown how many other
players are in bed too. If all players are sleeping the night gets skipped aswell. Also the night skip can be forced
if more than 50% of the players are lying in bed and use this option.

Another feature is a controled respawning. If you have slept in bed (not just lying in it) your respawn point
is set to the beds location and you will respawn there after death.
You can disable the respawn at beds by setting "enable_bed_respawn = false" in minetest.conf
You can also disable the night skip feature by setting "enable_bed_night_skip = false" in minetest.conf or by using
the /set command ingame.


License of source code, textures: WTFPL
---------------------------------------
(c) Copyright BlockMen (2014-2015)


This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.