Commit fdee9a7 1 parent 95daabc commit fdee9a7 Copy full SHA for fdee9a7
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ buildscript {
2
2
repositories {
3
3
mavenLocal()
4
4
maven { url = ' http://files.minecraftforge.net/maven' }
5
- maven { url = ' http://repo.strezz.org /artifactory/list/Strezz-Central/' }
5
+ maven { url = ' http://repo.hexeption.co.uk /artifactory/list/Strezz-Central/' }
6
6
jcenter()
7
7
mavenCentral()
8
8
}
9
9
dependencies {
10
- classpath ' net.minecraftforge.gradle:ForgeGradle:3.0.28 '
10
+ classpath ' net.minecraftforge.gradle:ForgeGradle:3.0.43 '
11
11
}
12
12
}
13
13
@@ -19,7 +19,7 @@ version = '1.0.0'
19
19
project(' :mcp' ) {
20
20
apply plugin : ' net.minecraftforge.gradle.forgedev.mcp'
21
21
mcp {
22
- config = ' de.oceanlabs.mcp:mcp_config:1.13.1 '
22
+ config = ' de.oceanlabs.mcp:mcp_config:1.13.2 '
23
23
pipeline = ' joined'
24
24
}
25
25
}
@@ -29,13 +29,13 @@ apply plugin: 'eclipse'
29
29
apply plugin : ' net.minecraftforge.gradle.forgedev.patcher'
30
30
repositories {
31
31
mavenCentral()
32
- maven { url = ' http://repo.strezz.org /artifactory/list/Strezz-Central/' }
32
+ maven { url = ' http://repo.hexeption.co.uk /artifactory/list/Strezz-Central/' }
33
33
}
34
34
patcher {
35
35
parent = project(' :mcp' )
36
36
patchedSrc = file(' src/main/java' )
37
- mappings channel : ' snapshot' , version : ' 20181014 -1.13.1 '
38
- mcVersion = ' 1.13.1 '
37
+ mappings channel : ' snapshot' , version : ' 20190314 -1.13.2 '
38
+ mcVersion = ' 1.13.2 '
39
39
}
40
40
task runclient (type : JavaExec ) {
41
41
group = " MCP"
You can’t perform that action at this time.
0 commit comments