2015-06-09 14:04:57 +02:00
|
|
|
xdecor = {}
|
|
|
|
modpath = minetest.get_modpath("xdecor")
|
|
|
|
|
|
|
|
dofile(modpath.."/handlers/nodeboxes.lua")
|
|
|
|
dofile(modpath.."/handlers/registration.lua")
|
|
|
|
dofile(modpath.."/crafts.lua")
|
|
|
|
dofile(modpath.."/itemframes.lua")
|
2015-06-10 13:26:04 +02:00
|
|
|
dofile(modpath.."/nodes.lua")
|