Camas/mods/nav/init.lua
KaadmY b667b4561e Revert "Phew, use the core namespace for everything instead of minetest"
This reverts commit 4af67a5d54421334294776c30e1727fc5d53e4b9.
2017-05-11 19:29:55 -07:00

10 lines
154 B
Lua

--
-- Nav mod
-- By Kaadmy, for Pixture
--
nav = {}
dofile(minetest.get_modpath("nav").."/map.lua")
dofile(minetest.get_modpath("nav").."/compass.lua")