diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-20 13:28:57 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-20 13:28:57 +0300 |
commit | 3e3be9ae6f902cc292ee26e4d330b078ddbb2a46 (patch) | |
tree | 837e007694ed46be2aeba2138db021077016c860 /launcher/minecraft/mod/tasks/GetModDependenciesTask.h | |
parent | b62e4c0cc79d9d3074b37d879bb00df68c2973bc (diff) | |
download | PrismLauncher-3e3be9ae6f902cc292ee26e4d330b078ddbb2a46.tar.gz PrismLauncher-3e3be9ae6f902cc292ee26e4d330b078ddbb2a46.tar.bz2 PrismLauncher-3e3be9ae6f902cc292ee26e4d330b078ddbb2a46.zip |
Added fallback for quilt if the API or Kotilin is not present
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/minecraft/mod/tasks/GetModDependenciesTask.h')
-rw-r--r-- | launcher/minecraft/mod/tasks/GetModDependenciesTask.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/minecraft/mod/tasks/GetModDependenciesTask.h b/launcher/minecraft/mod/tasks/GetModDependenciesTask.h index e2ad4825..50eba6af 100644 --- a/launcher/minecraft/mod/tasks/GetModDependenciesTask.h +++ b/launcher/minecraft/mod/tasks/GetModDependenciesTask.h @@ -70,6 +70,7 @@ class GetModDependenciesTask : public SequentialTask { void prepare(); Task::Ptr getProjectInfoTask(std::shared_ptr<PackDependency> pDep); ModPlatform::Dependency getOverride(const ModPlatform::Dependency&, const ModPlatform::ResourceProvider providerName); + void removePack(const QVariant addonId); private: QList<std::shared_ptr<PackDependency>> m_pack_dependencies; |