weather_pack/snow/init.lua

3 lines
96 B
Lua

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