diff --git a/build.gradle b/build.gradle index c5eb04a5c..ef3e5b7ab 100755 --- a/build.gradle +++ b/build.gradle @@ -63,6 +63,7 @@ sourceSets { } launch { compileClasspath += main.compileClasspath + main.runtimeClasspath + main.output + runtimeClasspath += main.compileClasspath + main.runtimeClasspath + main.output } } @@ -87,6 +88,8 @@ minecraft { environment 'nativesDirectory', extractNatives.output environment 'tweakClass', 'baritone.launch.BaritoneTweaker' + + jvmArgs "-XstartOnFirstThread" } autoTest {