working beacon and radar

This commit is contained in:
Thomas Rudin
2018-05-29 15:30:37 +02:00
parent d19fe98f98
commit 19c249ec5b
4 changed files with 275 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
local MP = minetest.get_modpath("locator")
locator = {
beacons = {}
}
dofile(MP.."/beacon.lua")
dofile(MP.."/functions.lua")
dofile(MP.."/radar.lua")
print("[OK] Locator")