Skip to content

Commit aac4334

Browse files
committed
Re-enable mixin AP, static remapping is broken right now
1 parent 6f4098a commit aac4334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/modernfix.mod-common-conventions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ loom {
77
silentMojangMappingsLicense()
88
accessWidenerPath = file("${rootDir}/common/src/main/resources/modernfix.accesswidener")
99
mixin {
10-
useLegacyMixinAp = false
10+
useLegacyMixinAp = true
1111
}
1212
}
1313

0 commit comments

Comments
 (0)