illuna_aestival: set cloud height to 145 for players on join

master
Milan 2021-02-02 22:21:23 +01:00
parent 6820cd449d
commit 94c529099b
1 changed files with 1 additions and 0 deletions

View File

@ -2,4 +2,5 @@ minetest.register_on_joinplayer(function(player)
player:hud_set_hotbar_itemcount(10)
player:hud_set_hotbar_image('illuna_hotbar_bg.png')
player:hud_set_hotbar_selected_image('illuna_hotbar_fg.png')
player:set_clouds({height = 145})
end)