Skip to content

Commit

Permalink
Updated common side of mixins extras
Browse files Browse the repository at this point in the history
  • Loading branch information
Faboslav committed Jun 22, 2023
1 parent 0250289 commit 8c4a7ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
modImplementation("me.shedaniel.cloth:cloth-config-fabric:${rootProject.cloth_config_version}")

implementation("com.github.LlamaLad7:MixinExtras:${rootProject.mixin_extras_version}")
annotationProcessor("com.github.LlamaLad7:MixinExtras:${rootProject.mixin_extras_version}")
implementation(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${rootProject.mixin_extras_version}"))

}

repositories {
Expand Down

0 comments on commit 8c4a7ee

Please sign in to comment.