mirror of
https://gitlab.com/rautars/weather_pack.git
synced 2025-01-25 15:10:22 +01:00
3 lines
96 B
Lua
3 lines
96 B
Lua
|
-- init file for snow
|
||
|
local modpath = minetest.get_modpath("snow");
|
||
|
dofile(modpath.."/snow.lua")
|