feat(download): add import local modpack file button in modpack download page.
This commit is contained in:
@@ -38,7 +38,7 @@ public final class CurseModManager {
|
||||
pair("gameId", "432"),
|
||||
pair("gameVersion", gameVersion),
|
||||
pair("index", Integer.toString(pageOffset)),
|
||||
pair("pageSize", "25"),
|
||||
pair("pageSize", "50"),
|
||||
pair("searchFilter", searchFilter),
|
||||
pair("sectionId", Integer.toString(section)),
|
||||
pair("sort", Integer.toString(sort))
|
||||
|
||||
@@ -41,7 +41,7 @@ public final class Modrinth {
|
||||
Map<String, String> query = mapOf(
|
||||
pair("query", searchFilter),
|
||||
pair("offset", Integer.toString(pageOffset)),
|
||||
pair("limit", "25")
|
||||
pair("limit", "50")
|
||||
);
|
||||
if (StringUtils.isNotBlank(gameVersion)) {
|
||||
query.put("version", "versions=" + gameVersion);
|
||||
|
||||
Reference in New Issue
Block a user