[nalc_default] Change altitude nuages de 120 à 150 blocs
This commit is contained in:
		| @@ -26,6 +26,11 @@ minetest.register_on_joinplayer( | |||||||
| 	function(player) | 	function(player) | ||||||
| 		player:hud_set_hotbar_image("hud_hotbar.png") | 		player:hud_set_hotbar_image("hud_hotbar.png") | ||||||
| 		player:hud_set_hotbar_selected_image("hud_hotbar_selected.png") | 		player:hud_set_hotbar_selected_image("hud_hotbar_selected.png") | ||||||
|  |  | ||||||
|  | 		-- Set cloud height | ||||||
|  | 		local cloud_params = player:get_clouds() | ||||||
|  | 		cloud_params.height = 150 | ||||||
|  | 		player:set_clouds(cloud_params) | ||||||
| 	end | 	end | ||||||
| ) | ) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user