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 {