feat: add early modrinth pack updating
Still some FIXMEs and TODOs to consider, but the general thing is here! Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
@ -24,7 +24,7 @@ class ModrinthCreationTask final : public InstanceCreationTask {
|
||||
bool createInstance() override;
|
||||
|
||||
private:
|
||||
bool parseManifest();
|
||||
bool parseManifest(QString, std::vector<Modrinth::File>&);
|
||||
QString getManagedPackID() const;
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user