Skip to content

Commit

Permalink
fix quilt maven url
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceWalkerRS committed Mar 26, 2024
1 parent b904f93 commit 000b0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/ornithemc/ploceus/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class Constants {
public static final String META_URL = "https://meta.ornithemc.net";

public static final String QUILT_MAVEN_NAME = "Quilt";
public static final String QUILT_MAVEN_URL = "https://maven.quiltmc.org/release";
public static final String QUILT_MAVEN_URL = "https://maven.quiltmc.org/repository/release";

public static final String FORGE_MAVEN_NAME = "Forge";
public static final String FORGE_MAVEN_URL = "https://maven.minecraftforge.net/";
Expand Down

0 comments on commit 000b0f5

Please sign in to comment.