This commit is contained in:
2026-03-10 00:14:49 +08:00
parent 10707f047b
commit 740527fc41
10 changed files with 137 additions and 71 deletions

View File

@@ -32,7 +32,7 @@ runs {
server {
systemProperty 'forge.enabledGameTestNamespaces', project.mod_id
programArgument '--nogui'
arguments '--nogui'
}
gameTestServer {
@@ -40,7 +40,7 @@ runs {
}
data {
programArguments.addAll '--mod', project.mod_id, '--all', '--output', file('src/generated/resources/').getAbsolutePath(), '--existing', file('src/main/resources/').getAbsolutePath()
arguments.addAll '--mod', project.mod_id, '--all', '--output', file('src/generated/resources/').getAbsolutePath(), '--existing', file('src/main/resources/').getAbsolutePath()
}
}