We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12df81d commit 7abfca4Copy full SHA for 7abfca4
eternalcode-commons-updater/src/main/java/com/eternalcode/commons/updater/impl/ModrinthUpdateChecker.java
@@ -16,7 +16,7 @@
16
public final class ModrinthUpdateChecker implements UpdateChecker {
17
18
private static final String API_BASE_URL = "https://api.modrinth.com/v2";
19
- private static final String MODRINTH_BASE_URL = "https://modrinth.com/mod";
+ private static final String MODRINTH_BASE_URL = "https://modrinth.com/plugin";
20
private static final String USER_AGENT = "UpdateChecker/1.0";
21
private static final Duration TIMEOUT = Duration.ofSeconds(10);
22
0 commit comments