2019-03-25 19:17:52 -04:00

11 lines
348 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local dofile, minetest
= dofile, minetest
-- LUALOCALS > ---------------------------------------------------------
local modname = minetest.get_current_modname()
local modpath = minetest.get_modpath(modname)
dofile(modpath .. "/lib.lua")
dofile(modpath .. "/hook.lua")