weather_pack/weather_core/init.lua

3 lines
120 B
Lua

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