1
0
mirror of https://gitlab.com/rautars/weather_pack.git synced 2024-09-27 14:50:21 +02:00
weather_pack/weather_core/init.lua
2016-05-23 08:53:53 +03:00

3 lines
120 B
Lua

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