mirror of
https://gitlab.com/rautars/weather_pack.git
synced 2025-02-09 13:50:28 +01:00
5 lines
162 B
Lua
5 lines
162 B
Lua
-- init file for thunder
|
|
if minetest.get_modpath("lightning") ~= nil then
|
|
local modpath = minetest.get_modpath("thunder");
|
|
dofile(modpath.."/thunder.lua")
|
|
end |