xdecor-libre/init.lua
2015-06-12 10:47:41 +02:00

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.."/workbench.lua")