minetest-mods/beds
Halil Kaya eeaf386d4f Initial commit 2015-10-06 11:44:11 +03:00
..
textures Initial commit 2015-10-06 11:44:11 +03:00
Changelog.txt Initial commit 2015-10-06 11:44:11 +03:00
README.txt Initial commit 2015-10-06 11:44:11 +03:00
depends.txt Initial commit 2015-10-06 11:44:11 +03:00
init.lua Initial commit 2015-10-06 11:44:11 +03:00
nodes.lua Initial commit 2015-10-06 11:44:11 +03:00
spawns.lua Initial commit 2015-10-06 11:44:11 +03:00

README.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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.