mirror of
https://gitlab.com/rautars/weather_pack.git
synced 2024-11-15 23:00:18 +01:00
3 lines
96 B
Lua
3 lines
96 B
Lua
-- init file for rain
|
|
local modpath = minetest.get_modpath("rain");
|
|
dofile(modpath.."/rain.lua") |