You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sourceCompatibility = targetCompatibility =compileJava.sourceCompatibility = compileJava.targetCompatibility =JavaVersion.VERSION_1_8// Need this here so eclipse task generates correctly.
25
23
26
24
idea {
27
25
module {
@@ -31,19 +29,47 @@ idea {
31
29
}
32
30
33
31
minecraft {
34
-
version ='1.7.10-10.13.4.1614-1.7.10'
35
-
runDir ='minecraft'
32
+
mappings channel: 'stable', version: '39-1.12'
33
+
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
0 commit comments