3 lines
120 B
Lua
Raw Normal View History

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