weather_pack/rain/init.lua

3 lines
96 B
Lua

-- init file for rain
local modpath = minetest.get_modpath("rain");
dofile(modpath.."/rain.lua")