xdecor-libre/init.lua

10 lines
273 B
Lua
Raw Normal View History

2015-06-09 15:04:57 +03: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 14:26:04 +03:00
dofile(modpath.."/nodes.lua")
dofile(modpath.."/workbench.lua")