mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-19 12:44:54 -04:00
Cause trees to spawn, set time to 4500
Single trees now spawn here and there .
This commit is contained in:
parent
484c8452b4
commit
9f7aa76c4f
2 changed files with 41 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
-- Set time to midnight.
|
||||
minetest.register_on_joinplayer(function(player)
|
||||
minetest.set_timeofday(5000)
|
||||
minetest.set_timeofday(4500)
|
||||
minetest.setting_set("time_speed", 0)
|
||||
end)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue