1
0
mirror of https://gitlab.com/rautars/weather_pack.git synced 2024-09-28 23:30:20 +02:00
weather_pack/snow/init.lua
2016-05-23 08:53:53 +03:00

3 lines
96 B
Lua

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