10 lines
273 B
Lua
10 lines
273 B
Lua
xdecor = {}
|
|
modpath = minetest.get_modpath("xdecor")
|
|
|
|
dofile(modpath.."/handlers/nodeboxes.lua")
|
|
dofile(modpath.."/handlers/registration.lua")
|
|
dofile(modpath.."/crafts.lua")
|
|
dofile(modpath.."/itemframes.lua")
|
|
dofile(modpath.."/nodes.lua")
|
|
dofile(modpath.."/worktable.lua")
|