mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
@@ -293,6 +293,7 @@ public final class RunConfigSettings implements Named {
|
||||
public void inherit(RunConfigSettings parent) {
|
||||
vmArgs.addAll(0, parent.vmArgs);
|
||||
programArgs.addAll(0, parent.programArgs);
|
||||
environmentVariables.putAll(parent.environmentVariables);
|
||||
|
||||
environment = parent.environment;
|
||||
name = parent.name;
|
||||
|
||||
Reference in New Issue
Block a user