Skip to content

Commit 28f7c57

Browse files
committedJun 21, 2017
Started port to 1.12.
Made everything mostly compile.

File tree

104 files changed

+427
-338
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+427
-338
lines changed
 

Diff for: ‎build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99
}
1010
dependencies {
11-
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
11+
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
1212
}
1313
}
1414

@@ -76,7 +76,7 @@ dependencies {
7676
deobfCompile "li.cil.tis3d:TIS-3D:MC${config.minecraft.version}-${config.tis3d.version}"
7777
deobfCompile "MCMultiPart2:MCMultiPart-exp:${config.mcmp.version}"
7878
deobfCompile "mezz.jei:jei_${config.minecraft.version}:${config.jei.version}"
79-
deobfCompile "net.sengir.forestry:forestry_${config.minecraft.version}:${config.forestry.version}"
79+
deobfCompile "net.sengir.forestry:forestry_1.11.2:${config.forestry.version}"
8080

8181
embedded files('libs/OpenComputers-JNLua.jar', 'libs/OpenComputers-LuaJ.jar')
8282

Diff for: ‎build.properties

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
minecraft.version=1.11.2
2-
minecraft.mappings=snapshot_20170224
3-
forge.version=13.20.0.2252
1+
minecraft.version=1.12
2+
minecraft.mappings=snapshot_20170620
3+
forge.version=14.21.0.2343
44

55
mod.name=OpenComputers
66
mod.group=li.cil.oc
77
mod.version=1.7.0
88

99
forestry.version=5.3.1.38
10-
jei.version=4.2.11.251
10+
jei.version=4.6.0.65
1111
mcmp.version=2.0.0_17
12-
tis3d.version=1.1.1.37
12+
tis3d.version=1.2.1.2
1313

1414
maven.url=file:///home/www/maven.cil.li/web

1 commit comments

Comments
 (1)

TekuSP commented on Jul 16, 2017

@TekuSP

Sadly compile is only thing it does. Does not support forge 1.12-14.21.1.x only 1.12-14.21.0.x which are not reverse compatible :/ Please fix, I am looking forward 1.12 support.

Please sign in to comment.