1
0
mirror of https://gitlab.com/rautars/weather_pack.git synced 2024-09-28 23:30:20 +02:00
weather_pack/rain/init.lua

3 lines
96 B
Lua
Raw Normal View History

2016-05-23 07:53:53 +02:00
-- init file for rain
local modpath = minetest.get_modpath("rain");
dofile(modpath.."/rain.lua")