1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-07-12 02:50:18 +02:00

Beds: Replace hardcoded values of day interval with constants (#2990)

This commit is contained in:
ssdaniel24
2022-09-28 12:07:50 +03:00
committed by GitHub
parent 508a9070a0
commit 2e8ac46120
3 changed files with 8 additions and 1 deletions

View File

@ -49,6 +49,8 @@ Beds API
* `beds.read_spawns() ` Returns a table containing players respawn positions
* `beds.kick_players()` Forces all players to leave bed
* `beds.skip_night()` Sets world time to morning and saves respawn position of all players currently sleeping
* `beds.day_interval` Is a table with keys "start" and "finish". Allows you
to set the period of the day (timeofday format). Default: `{ start = 0.2, finish = 0.805 }`.
### Bed definition