Skip to content

Commit

Permalink
build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanks255 committed Aug 3, 2024
1 parent 6edc455 commit 8647e56
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ runs {
programArguments.addAll('--uuid', ENV.MCDEVUUID)
}
}
client2 {
configure ("client")

programArguments.addAll '--username', 'Dev2'

systemProperty 'neoforge.enabledGameTestNamespaces', "pocketstorage"
}

server {
systemProperty 'neoforge.enabledGameTestNamespaces', "pocketstorage"
Expand Down

0 comments on commit 8647e56

Please sign in to comment.