From 4aae9c1c31f03a7f82b4cda0376aea4dc816a336 Mon Sep 17 00:00:00 2001 From: Zepalesque <60141811+Zepalesque@users.noreply.github.com> Date: Tue, 31 Dec 2024 16:31:03 -0500 Subject: [PATCH] fix: me when I forgor shift key --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b6c100025..1cf0b161c 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ neoForge { data { data() - programArguments.addAll '--mod', project.mod_id, '--all', '--output', file('src/generated/resources/').getAbsolutePath(), '--existing', file('src/main/resources/').getAbsolutePath(), '--existing-mod', 'aether', '--existing-mod', 'zenith', '--existing-mod', 'aether-unity' + programArguments.addAll '--mod', project.mod_id, '--all', '--output', file('src/generated/resources/').getAbsolutePath(), '--existing', file('src/main/resources/').getAbsolutePath(), '--existing-mod', 'aether', '--existing-mod', 'zenith', '--existing-mod', 'aether_unity' } } mods {