Forge works now too, and so does forge+liteloader
This commit is contained in:
@@ -14,17 +14,22 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "BaseInstaller.h"
|
||||
|
||||
#include <QString>
|
||||
#include <memory>
|
||||
|
||||
class DerpVersion;
|
||||
|
||||
class ForgeInstaller
|
||||
class ForgeInstaller : public BaseInstaller
|
||||
{
|
||||
public:
|
||||
ForgeInstaller(QString filename, QString universal_url);
|
||||
|
||||
bool apply(std::shared_ptr<DerpVersion> to);
|
||||
bool add(DerpInstance *to) override;
|
||||
|
||||
QString id() const override { return "net.minecraftforge"; }
|
||||
|
||||
private:
|
||||
// the version, read from the installer
|
||||
|
||||
Reference in New Issue
Block a user