Skip to content

Commit

Permalink
add more plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlauer-Hax committed Jan 17, 2024
1 parent 40af428 commit a3c5408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/hosting/modrinth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async function find(versions: string[], type: ServerTypes, offset = 0, limit = 2
ServerTypeToModrinthTypeMap[ type ].map((v) => `categories:${v}`),
[ "project_type:mod" ],
versions.map(version => "versions:" + version),
[ "server_side:required" ],
[ "server_side:required", "server_side:optional" ],
]));
path.searchParams.set("limit", limit.toString());
path.searchParams.set("offset", offset.toString());
Expand Down

0 comments on commit a3c5408

Please sign in to comment.