diff --git a/build.gradle b/build.gradle index a1e3462b9..17c7d5023 100644 --- a/build.gradle +++ b/build.gradle @@ -37,6 +37,14 @@ runs { // Comma-separated list of namespaces to load gametests from. Empty = all namespaces. systemProperty 'neoforge.enabledGameTestNamespaces', "actuallyadditions" } + client2 { + configure ("client") + + programArguments.addAll '--username', 'Dev2' + + // Comma-separated list of namespaces to load gametests from. Empty = all namespaces. + systemProperty 'neoforge.enabledGameTestNamespaces', "actuallyadditions" + } server { systemProperty 'neoforge.enabledGameTestNamespaces', "actuallyadditions"