* fix(modrinth): using path param instead of query string since the query won't affect cached result
* fix(modrinth): use `URLSearchParams` instead of querystring
* docs(modrinth): typo
* fix(modrinth): avoid empty array query when no value
---------