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.
1 parent c4caeba commit a489d9eCopy full SHA for a489d9e
1 file changed
build.gradle
@@ -69,7 +69,7 @@ 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"
+ loader "0.5.7-alpha"
73
runs.auth.username = minecraft_username
74
runs.all {
75
systemProperty("crl.dev.mixin", "${mod_id}.default.mixin.json,${mod_id}.mod.mixin.json")
0 commit comments