1
0
mirror of https://gitlab.com/rautars/weather_pack.git synced 2025-01-10 16:30:18 +01:00
weather_pack/thunder/init.lua

5 lines
162 B
Lua
Raw Normal View History

2016-05-23 07:53:53 +02:00
-- init file for thunder
if minetest.get_modpath("lightning") ~= nil then
local modpath = minetest.get_modpath("thunder");
dofile(modpath.."/thunder.lua")
end