Files
locator/init.lua
NatureFreshMilk a516be28d8 cleanup stub
2019-04-01 14:16:51 +02:00

14 lines
204 B
Lua

local MP = minetest.get_modpath("locator")
locator = {
beacons = {}
}
dofile(MP.."/beacon.lua")
dofile(MP.."/functions.lua")
dofile(MP.."/radar.lua")
dofile(MP.."/cleanup.lua")
print("[OK] Locator")