Skip to content

Commit 819161a

Browse files
committed
Use V3 for RMCP v1.1
1 parent 2509c61 commit 819161a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mcphackers/mcp/tools/versions/VersionParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
public class VersionParser {
2121

22-
public static String mappingsJson = "https://mcphackers.github.io/versionsV2/versions.json";
22+
public static String mappingsJson = "https://mcphackers.org/versionsV3/versions.json";
2323
private static VersionParser INSTANCE;
2424

2525
private final List<VersionData> versions = new ArrayList<>();

0 commit comments

Comments
 (0)