Skip to content

Commit afb7fc0

Browse files
committed
migrate update checker json to new repo
1 parent ea95bac commit afb7fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/falsepattern/lib/internal/impl/updates/UpdateCheckerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public static CompletableFuture<List<ModUpdateInfo>> fetchUpdatesAsync(String ur
9999
}
100100
if (!jsonLibraryLoaded.get()) {
101101
try {
102-
DependencyLoader.addMavenRepo("https://maven.falsepattern.com/");
102+
DependencyLoader.addMavenRepo("https://mvn.falsepattern.com/releases/");
103103
DependencyLoader.loadLibraries(Library.builder()
104104
.loadingModId(Tags.MODID)
105105
.groupId("com.falsepattern")

0 commit comments

Comments
 (0)