mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-07 06:06:10 -04:00
Add beds
This commit is contained in:
parent
3b526a7276
commit
edb02e9d33
24 changed files with 564 additions and 0 deletions
45
mods/beds/README.txt
Normal file
45
mods/beds/README.txt
Normal file
|
@ -0,0 +1,45 @@
|
|||
Minetest 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. 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-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.
|
Loading…
Add table
Add a link
Reference in a new issue