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 2f8a108 commit fe2d58fCopy full SHA for fe2d58f
common.gradle
@@ -36,7 +36,9 @@ dependencies {
36
// dependencies
37
// include(modImplementation(fabricApi.module("fabric-resource-loader-v0", project.fabric_api_version)))
38
// include(modImplementation("me.fallenbreath:conditional-mixin-fabric:${project.conditionalmixin_version}"))
39
-// include(annotationProcessor(implementation("io.github.llamalad7:mixinextras-fabric:${project.mixinextras_version}")))
+// if (mcVersion < 12005) {
40
+// include("io.github.llamalad7:mixinextras-fabric:${project.mixinextras_version}")
41
+// }
42
}
43
44
String MIXIN_CONFIG_PATH = 'template_mod.mixins.json'
0 commit comments