Skip to content

Commit 868d3da

Browse files
committed
build: include MixinExtras
1 parent 306fc65 commit 868d3da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

common.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ dependencies {
5353
// mods
5454
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
5555
modImplementation("curse.maven:carpet-349239:${project.carpet_core_version}")
56+
57+
// MixinExtras
58+
include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.2.2")))
5659
}
5760

5861

0 commit comments

Comments
 (0)