mirror of
https://github.com/pandorabox-io/locator.git
synced 2026-05-04 07:46:51 -06:00
14 lines
207 B
Lua
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")
|