We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4f6458 + 33135ad commit 40fd2f9Copy full SHA for 40fd2f9
build.gradle
@@ -66,7 +66,7 @@ unimined.minecraft {
66
if (propertyBool('use_access_transformer')) {
67
accessTransformer "${rootProject.projectDir}/src/main/resources/" + propertyString('access_transformer_locations')
68
}
69
- loader "0.3.24-alpha"
+ loader "0.3.27-alpha"
70
runs.auth.username = minecraft_username
71
runs.all {
72
systemProperty("crl.dev.mixin", "${mod_id}.default.mixin.json,${mod_id}.mod.mixin.json")
0 commit comments