weather_pack/thunder/init.lua
2016-05-23 08:53:53 +03:00

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