GH-469 Implement support for importing and searching for Technic Platform and Solder modpacks
This does not support any custom modpack.jar for 1.6 or newer, it simply uses standard Forge then. Supports Forge and Fabric, and JAR mods for 1.5 and older.
This commit is contained in:
parent
762ddaea65
commit
8021fb25d0
24 changed files with 1441 additions and 10 deletions
|
@ -214,3 +214,5 @@ bool NetJob::addNetAction(NetActionPtr action)
|
|||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
NetJob::~NetJob() = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue