There was an error while loading. Please reload this page.
1 parent f332291 commit 4ff0eadCopy full SHA for 4ff0ead
1 file changed
build.gradle
@@ -69,9 +69,9 @@ unimined.minecraft {
69
if (propertyBool('use_access_transformer')) {
70
accessTransformer "${rootProject.projectDir}/src/main/resources/${propertyString('access_transformer_locations')}"
71
}
72
- loader "0.5.6-alpha"
73
- runs.auth.username = minecraft_username
+ loader "0.5.9-alpha"
74
runs.all {
+ args += ['--username', minecraft_username]
75
def extraArgs = propertyString('extra_jvm_args')
76
if (extraArgs != null && !extraArgs.trim().isEmpty()) {
77
jvmArgs += extraArgs.split { "\\s+" }.toList()
0 commit comments