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