Fixed icons
Also having a mod loader is now enforced
This commit is contained in:
parent
9e6fa8f29a
commit
1a8c972aef
8 changed files with 43 additions and 30 deletions
|
@ -12,7 +12,7 @@ void Modrinth::loadIndexedPack(Modrinth::IndexedPack & pack, QJsonObject & obj)
|
|||
pack.description = Json::ensureString(obj, "description", "");
|
||||
|
||||
pack.logoUrl = Json::requireString(obj, "icon_url");
|
||||
pack.logoName = "logoName";
|
||||
pack.logoName = pack.addonId;
|
||||
|
||||
Modrinth::ModpackAuthor packAuthor;
|
||||
packAuthor.name = Json::requireString(obj, "author");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue