xdecor-libre/init.lua
2015-07-05 01:46:24 +02:00

13 lines
363 B
Lua

xdecor = {}
modpath = minetest.get_modpath("xdecor")
dofile(modpath.."/handlers/nodeboxes.lua")
dofile(modpath.."/handlers/registration.lua")
dofile(modpath.."/crafts.lua")
dofile(modpath.."/hive.lua")
dofile(modpath.."/itemframes.lua")
dofile(modpath.."/mailbox.lua")
dofile(modpath.."/rope.lua")
dofile(modpath.."/nodes.lua")
dofile(modpath.."/worktable.lua")