mirror of
https://gitlab.com/rautars/weather_pack.git
synced 2025-01-10 08:20:17 +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") |