mirror of
https://gitlab.com/rautars/weather_pack.git
synced 2025-01-10 16:30:18 +01:00
3 lines
120 B
Lua
3 lines
120 B
Lua
|
-- init file for weather_core
|
||
|
local modpath = minetest.get_modpath("weather_core");
|
||
|
dofile(modpath.."/weather_core.lua")
|