mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-07-18 00:10:39 +02:00
Change weather to be outside only, add underground skybox, add hud overlays
This commit is contained in:
1
init.lua
1
init.lua
@ -20,6 +20,7 @@ regional_weather.settings.min_height = get_setting_number("min_height", -50)
|
||||
|
||||
-- import individual weather types
|
||||
dofile(modpath.."/ca_weathers/ambient.lua")
|
||||
dofile(modpath.."/ca_weathers/deep_cave.lua")
|
||||
dofile(modpath.."/ca_weathers/hail.lua")
|
||||
dofile(modpath.."/ca_weathers/pollen.lua")
|
||||
dofile(modpath.."/ca_weathers/rain.lua")
|
||||
|
Reference in New Issue
Block a user