Update FG 2.1 to download MCP from Forge maven
Cause the MCP site is now offline.
This commit is contained in:
@@ -43,7 +43,7 @@ buildscript {
|
|||||||
classpath('com.github.ReplayMod:ForgeGradle:' + (
|
classpath('com.github.ReplayMod:ForgeGradle:' + (
|
||||||
mcVersion >= 11200 ? '34ab703' : // FG 2.3
|
mcVersion >= 11200 ? '34ab703' : // FG 2.3
|
||||||
mcVersion >= 10904 ? '5d1e8d8' : // FG 2.2
|
mcVersion >= 10904 ? '5d1e8d8' : // FG 2.2
|
||||||
'd1a7165' // FG 2.1
|
'ceb83c0' // FG 2.1
|
||||||
) + ':all')
|
) + ':all')
|
||||||
} else {
|
} else {
|
||||||
classpath 'com.github.ReplayMod:ForgeGradle:a8a9e0ca:all' // FG 1.2
|
classpath 'com.github.ReplayMod:ForgeGradle:a8a9e0ca:all' // FG 1.2
|
||||||
|
|||||||
Reference in New Issue
Block a user