EverestAPI/Everest

Improvements to the Dependency Installer

Open

#331 opened on Jun 27, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C# (104 forks)auto 404
discussionhelp wanted

Repository metrics

Stars
 (503 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently when downloading dependencies, if a dependency is installed but blacklisted it will be re-enabled. However, there is no check to make sure that the mod is the right version. Blacklisted mods should be automatically updated if necessary when they are enabled by the dependency installer.

Dependencies should also be installed recursively if possible, to avoid multiple cycles of installing -> restarting -> installing.

Contributor guide