happy_weather_api/init.lua

11 lines
273 B
Lua
Raw Normal View History

2017-04-06 06:17:45 -07:00
--------------------------------------
-- Happy Weather API: initialization
-- License: MIT
2017-04-06 06:17:45 -07:00
-- Credits: xeranas
--------------------------------------
2017-03-05 02:07:01 -08:00
local modpath = minetest.get_modpath("happy_weather_api");
2017-04-06 06:17:45 -07:00
dofile(modpath.."/api.lua")
dofile(modpath.."/commands.lua")