Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit 67fb5d1

Browse files
committed
Update screenshots
1 parent 3abd7a8 commit 67fb5d1

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

Readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ Features:
1111

1212
### Screenshots
1313

14+
![](screenshots/mod-overview.png)
15+
Select multiple categories:
16+
![](screenshots/categories.png)
1417
Search view:
1518
![](screenshots/search.png)
16-
![](screenshots/mod-overview.png)
1719
Updatable mods list:
1820
![](screenshots/updatable-mods.png)
1921
Mod Update:

screenshots/categories.png

542 KB
Loading

screenshots/mod-overview.png

80 KB
Loading

screenshots/search.png

55.1 KB
Loading

src/main/kotlin/xyz/deathsgun/modmanager/providers/modrinth/Modrinth.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class Modrinth : IModProvider, IModUpdateProvider {
109109
page: Int,
110110
limit: Int
111111
): ModsResult {
112-
val builder = URIBuilder("${baseUri}/api/v2/search")
112+
val builder = URIBuilder("${baseUri}/api/v1/mod")
113113
builder.addParameter("query", query)
114114
builder.addParameter(
115115
"filters",

0 commit comments

Comments
 (0)