]> git.lizzy.rs Git - xdecor.git/blob - init.lua
Init
[xdecor.git] / init.lua
1 xdecor = {}
2
3 modpath = minetest.get_modpath("xdecor")
4
5 dofile(modpath.."/handlers/nodeboxes.lua")
6 dofile(modpath.."/handlers/registration.lua")
7
8 dofile(modpath.."/building.lua")
9 dofile(modpath.."/crafts.lua")
10 dofile(modpath.."/itemframes.lua")
11 dofile(modpath.."/furniture.lua")
12 dofile(modpath.."/lighting.lua")
13 dofile(modpath.."/misc.lua")
14 dofile(modpath.."/storage.lua")