Skip to content

Commit

Permalink
migrate to ornithe's versions manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceWalkerRS committed Dec 11, 2024
1 parent 5921590 commit 282bfdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/net/ornithemc/ploceus/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ public class Constants {
public static final String CLIENT_NESTS_CONFIGURATION = "clientNests";
public static final String SERVER_NESTS_CONFIGURATION = "serverNests";

public static final String VERSIONS_MANIFEST_NAME = "skyrising";
public static final String VERSIONS_MANIFEST_URL = "https://skyrising.github.io/mc-versions/version_manifest.json";
public static final String VERSIONS_MANIFEST_NAME = "ornithe";
public static final String VERSIONS_MANIFEST_URL = "https://ornithemc.net/mc-versions/version_manifest.json";

public static final String CALAMUS_INTERMEDIARY_MAVEN_GROUP = MAVEN_GROUP;
public static String calamusGen1Mappings(GameSide side) {
Expand Down

0 comments on commit 282bfdc

Please sign in to comment.