1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-16 17:50:23 +02:00
server-nalc/mods/beds
Ombridride 232b274c55 initial commit
subgame + mods
2014-10-28 18:01:32 +01:00
..
textures initial commit 2014-10-28 18:01:32 +01:00
Changelog.txt initial commit 2014-10-28 18:01:32 +01:00
depends.txt initial commit 2014-10-28 18:01:32 +01:00
init.lua initial commit 2014-10-28 18:01:32 +01:00
nodes.lua initial commit 2014-10-28 18:01:32 +01:00
README.txt initial commit 2014-10-28 18:01:32 +01:00
spawns.lua initial commit 2014-10-28 18:01:32 +01:00

Minetest mod "Beds"
===================
by BlockMen (c) 2014

Version: 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. If dying you will respawn there.



You can craft two types of beds:


Simple shaped bed:

wool wool wool
wood wood wood

Fancy shaped bed:

wool wool stick
wood wood wood

Notice: You can use any color of wood or wool, mixing different is also possible.


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



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.