Skip to content

Commit 4ff0ead

Browse files
Update username run config
1 parent f332291 commit 4ff0ead

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ unimined.minecraft {
6969
if (propertyBool('use_access_transformer')) {
7070
accessTransformer "${rootProject.projectDir}/src/main/resources/${propertyString('access_transformer_locations')}"
7171
}
72-
loader "0.5.6-alpha"
73-
runs.auth.username = minecraft_username
72+
loader "0.5.9-alpha"
7473
runs.all {
74+
args += ['--username', minecraft_username]
7575
def extraArgs = propertyString('extra_jvm_args')
7676
if (extraArgs != null && !extraArgs.trim().isEmpty()) {
7777
jvmArgs += extraArgs.split { "\\s+" }.toList()

0 commit comments

Comments
 (0)