11 lines
341 B
Lua
Raw Normal View History

-- LUALOCALS < ---------------------------------------------------------
local dofile, minetest
= dofile, minetest
-- LUALOCALS > ---------------------------------------------------------
local modname = minetest.get_current_modname()
2018-11-02 00:08:42 -04:00
local path = minetest.get_modpath(modname)
2018-11-02 00:08:42 -04:00
dofile(path .. "/node.lua")
dofile(path .. "/decor.lua")