mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-10 12:04:36 -04:00
Merge branch 'main' into 1.3.0-dev
This commit is contained in:
commit
2c0c36277f
1 changed files with 2 additions and 0 deletions
|
@ -642,6 +642,8 @@ Result<IndexInstallList> Index::getInstallList(IndexItemHandle item) const {
|
|||
|
||||
if (dep.importance == ModMetadata::Dependency::Importance::Suggested) continue;
|
||||
|
||||
if (Loader::get()->isModInstalled(dep.id)) continue;
|
||||
|
||||
// check if this dep is available in the index
|
||||
if (auto depItem = this->getItem(dep.id, dep.version)) {
|
||||
if (!depItem->getAvailablePlatforms().count(GEODE_PLATFORM_TARGET)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue