1
0
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:
LeMagnesium
2015-05-14 18:57:41 +02:00
committed by paramat
parent 24578ca968
commit 279b85fc45
3 changed files with 36 additions and 13 deletions

View File

@ -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