Skip to content

Commit 2ea0336

Browse files
committed
Point MCP json to forge maven
MCPBot's website is down for good Signed-off-by: SizableShrimp <[email protected]>
1 parent 1602004 commit 2ea0336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/minecraftforge/gradle/common/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public String toString()
6161

6262
// MCP things
6363
public static final String CONFIG_MCP_DATA = "mcpSnapshotDataConfig";
64-
public static final String MCP_JSON_URL = "http://export.mcpbot.bspk.rs/versions.json";
64+
public static final String MCP_JSON_URL = FORGE_MAVEN + "/de/oceanlabs/mcp/versions.json";
6565

6666
// things in the cache dir.
6767
public static final String NATIVES_DIR = "{CACHE_DIR}/minecraft/net/minecraft/minecraft_natives/{MC_VERSION}";

0 commit comments

Comments
 (0)