Cause trees to spawn, set time to 4500

Single trees now spawn here and there .
This commit is contained in:
HeroOfTheWinds 2014-05-15 14:38:14 -10:00
parent 484c8452b4
commit 9f7aa76c4f
2 changed files with 41 additions and 1 deletions

View file

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