mirror of
https://github.com/minetest/minetest_game.git
synced 2025-07-21 06:20:23 +02:00
Add option to disable bed's night skip - Solve second point of #512 by adding a setting, enable_bed_night_skip
, with default value of true
.
This commit is contained in:
@ -14,7 +14,8 @@ 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
|
||||
|
Reference in New Issue
Block a user