11 lines
341 B
Lua
11 lines
341 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local dofile, minetest
|
|
= dofile, minetest
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
local modname = minetest.get_current_modname()
|
|
local path = minetest.get_modpath(modname)
|
|
|
|
dofile(path .. "/node.lua")
|
|
dofile(path .. "/decor.lua")
|