From 8385c5aea6b9ce3b55db0320555cc350ac477dc1 Mon Sep 17 00:00:00 2001 From: Mrbysco Date: Wed, 13 Mar 2024 22:35:11 +0100 Subject: [PATCH] 2nd client run for testing --- build.gradle | 8 ++++++++ 1 file changed, 8 insertions(+) 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"