We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2509c61 commit 819161aCopy full SHA for 819161a
src/main/java/org/mcphackers/mcp/tools/versions/VersionParser.java
@@ -19,7 +19,7 @@
19
20
public class VersionParser {
21
22
- public static String mappingsJson = "https://mcphackers.github.io/versionsV2/versions.json";
+ public static String mappingsJson = "https://mcphackers.org/versionsV3/versions.json";
23
private static VersionParser INSTANCE;
24
25
private final List<VersionData> versions = new ArrayList<>();
0 commit comments