cabs_table = {} local modpath = minetest.get_modpath("luxury_decor") dofile(modpath.."/bedroom.lua") dofile(modpath.."/chairs.lua") dofile(modpath.."/tables.lua") dofile(modpath.."/kitchen_furniture.lua") dofile(modpath.."/lighting.lua") dofile(modpath.."/music.lua") dofile(modpath.."/redecorating.lua") dofile(modpath.."/shelves.lua") dofile(modpath.."/living_room.lua") dofile(modpath.."/materials.lua")