happy_weather_api/init.lua

11 lines
273 B
Lua

--------------------------------------
-- Happy Weather API: initialization
-- License: MIT
-- Credits: xeranas
--------------------------------------
local modpath = minetest.get_modpath("happy_weather_api");
dofile(modpath.."/api.lua")
dofile(modpath.."/commands.lua")