Move weather mods to ENVIRONMENT modpack
This commit is contained in:
parent
94a2c0fe0d
commit
cb7697fcfe
30 changed files with 0 additions and 0 deletions
13
mods/ENVIRONMENT/weather_pack/init.lua
Normal file
13
mods/ENVIRONMENT/weather_pack/init.lua
Normal file
|
@ -0,0 +1,13 @@
|
|||
local modpath = minetest.get_modpath("weather_pack");
|
||||
dofile(modpath.."/weather_core.lua")
|
||||
dofile(modpath.."/snow.lua")
|
||||
dofile(modpath.."/rain.lua")
|
||||
|
||||
if minetest.get_modpath("lightning") ~= nil then
|
||||
dofile(modpath.."/thunder.lua")
|
||||
end
|
||||
|
||||
-- If not located then embeded skycolor mod version will be loaded.
|
||||
if minetest.get_modpath("skycolor") == nil then
|
||||
dofile(modpath.."/skycolor.lua")
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue