-- =================================================================== local modname = minetest.get_current_modname() local modpath = minetest.get_modpath (modname) local redpath = modpath .. "/redcat" -- =================================================================== if ocutil.mod_exists ("moreblocks") then dofile (redpath .. "/stairsplus.lua") end if ocutil.mod_exists ("stairs") then dofile (redpath .. "/stairs.lua") end -- =================================================================== dofile (redpath .. "/mydoorsplus.lua" ) dofile (redpath .. "/misc.lua" ) -- =================================================================== -- End of file.