Commit 486b978 1 parent 9ecdad8 commit 486b978 Copy full SHA for 486b978
File tree 1 file changed +2
-2
lines changed
src/main/kotlin/me/shedaniel/linkie/namespaces
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ object MCPNamespace : Namespace("mcp") {
30
30
buildMappings(name = " MCP" ) {
31
31
val latestSnapshot = mcpConfigSnapshots[it.toVersion()]?.maxOrNull()!!
32
32
source(if (it.toVersion() >= Version (1 , 13 )) {
33
- loadTsrgFromURLZip(URL (" http ://maven.minecraftforge.net/de/oceanlabs/mcp/mcp_config/$it /mcp_config-$it .zip" ))
33
+ loadTsrgFromURLZip(URL (" https ://maven.minecraftforge.net/de/oceanlabs/mcp/mcp_config/$it /mcp_config-$it .zip" ))
34
34
MappingsSource .MCP_TSRG
35
35
} else {
36
- loadSrgFromURLZip(URL (" http ://maven.minecraftforge.net/de/oceanlabs/mcp/mcp/$it /mcp-$it -srg.zip" ))
36
+ loadSrgFromURLZip(URL (" https ://maven.minecraftforge.net/de/oceanlabs/mcp/mcp/$it /mcp-$it -srg.zip" ))
37
37
MappingsSource .MCP_SRG
38
38
})
39
39
loadMCPFromURLZip(URL (" https://maven.minecraftforge.net/de/oceanlabs/mcp/mcp_snapshot/$latestSnapshot -$it /mcp_snapshot-$latestSnapshot -$it .zip" ))
You can’t perform that action at this time.
0 commit comments