mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-07 06:06:10 -04:00
Add option to disable bed respawn, better recipe for fancy bed
This commit is contained in:
parent
e604d8d7f3
commit
2a6050e552
3 changed files with 9 additions and 19 deletions
|
@ -12,32 +12,16 @@ players are in bed too. If all players are sleeping the night gets skipped aswel
|
|||
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.
|
||||
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 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue