1
0
mirror of https://codeberg.org/minenux/minetest-mod-xdecor synced 2023-10-20 21:43:39 -07:00

10 lines
273 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")
dofile(modpath.."/workbench.lua")