1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-07-12 02:50:18 +02:00
This commit is contained in:
Lars Mueller
2024-11-18 15:19:44 +01:00
parent 49d874a4a1
commit f317a8943a
2 changed files with 4 additions and 3 deletions

View File

@ -47,6 +47,7 @@ Beds API
* `beds.can_dig(bed_pos)` Returns a boolean whether the bed at `bed_pos` may be dug
* `beds.read_spawns() ` Returns a table containing players respawn positions
* `beds.kick(player)` Forces `player` to leave bed
* `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