1
0
mirror of https://gitlab.com/rautars/weather_pack.git synced 2025-07-14 12:50:15 +02:00

structure related changes

This commit is contained in:
Arturas Norkus
2016-05-23 08:53:53 +03:00
parent c221596ed7
commit 7b5f74c3aa
5 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,3 @@
weather_core
rain
lightning
lightning?

5
thunder/init.lua Normal file
View File

@ -0,0 +1,5 @@
-- init file for thunder
if minetest.get_modpath("lightning") ~= nil then
local modpath = minetest.get_modpath("thunder");
dofile(modpath.."/thunder.lua")
end