We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306fc65 commit 868d3daCopy full SHA for 868d3da
common.gradle
@@ -53,6 +53,9 @@ dependencies {
53
// mods
54
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
55
modImplementation("curse.maven:carpet-349239:${project.carpet_core_version}")
56
+
57
+ // MixinExtras
58
+ include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.2.2")))
59
}
60
61
0 commit comments