xdecor/init.lua

10 lines
273 B
Lua
Raw Normal View History

2015-06-09 05:04:57 -07: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 04:26:04 -07:00
dofile(modpath.."/nodes.lua")
2015-06-13 10:08:35 -07:00
dofile(modpath.."/worktable.lua")