mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-30 21:05:58 -05:00
Add TODO comment that explains #258
This commit is contained in:
@@ -116,6 +116,7 @@ public record ForgeRunTemplate(
|
||||
settings.getEnvironmentVariables().putIfAbsent(key, resolved);
|
||||
});
|
||||
|
||||
// TODO: Also remove this hack once DLI supports clientData as the env
|
||||
if (this.name.equals("dataClient") || this.name.equals("dataServer")) {
|
||||
for (ConfigValue arg : args) {
|
||||
settings.programArg(arg.resolve(configValueResolver));
|
||||
|
||||
Reference in New Issue
Block a user