mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
Merge branch 'start-on-first-thread' of https://github.com/shadowfacts/fabric-loom into shadowfacts-start-on-first-thread
This commit is contained in:
@@ -78,6 +78,7 @@ public class RunClientTask extends JavaExec {
|
||||
LoomGradleExtension extension = this.getProject().getExtensions().getByType(LoomGradleExtension.class);
|
||||
List<String> args = new ArrayList<>(super.getJvmArgs());
|
||||
args.add("-Dfabric.development=true");
|
||||
args.add("-XstartOnFirstThread");
|
||||
return args;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user