mirror of
https://gitlab.com/rautars/weather_pack.git
synced 2025-03-16 09:10:30 +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") |