Files
locator/init.lua
NatureFreshMilk 602fcde4ae disable cleanup
2019-05-08 15:01:53 +02:00

14 lines
207 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")