xdecor-libre/init.lua

9 lines
239 B
Lua
Raw Normal View History

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")