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 850ad94 commit c925ce7
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 MODRINTH_MAVEN = "https://api.modrinth.com/maven/";
}

0 comments on commit c925ce7

Please sign in to comment.