Skip to content

Commit

Permalink
Prevent future issues related to LegacyFabric repo
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Dec 1, 2024
1 parent 84c0e93 commit 68ae297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/babric/Constants.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package babric;

public class Constants {
public static final String LEGACYFABRIC_MAVEN = "https://repo.legacyfabric.net/repository/legacyfabric/";
public static final String LEGACYFABRIC_MAVEN = "https://maven.legacyfabric.net/";
public static final String BABRIC_MAVEN = "https://maven.glass-launcher.net/babric/";
public static final String GLASS_MAVEN = "https://maven.glass-launcher.net/releases/";
}

0 comments on commit 68ae297

Please sign in to comment.