1
0
mirror of https://gitlab.com/rautars/weather_pack.git synced 2024-09-30 00:00:19 +02:00
weather_pack/rain/init.lua
2016-05-23 08:53:53 +03:00

3 lines
96 B
Lua

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