1
0
mirror of https://gitlab.com/rautars/weather_pack.git synced 2025-03-19 10:30:29 +01:00
weather_pack/snow/init.lua

3 lines
96 B
Lua
Raw Normal View History

2016-05-23 08:53:53 +03:00
-- init file for snow
local modpath = minetest.get_modpath("snow");
dofile(modpath.."/snow.lua")