Skip to content

Commit

Permalink
updated mixin extras in common module
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Oct 27, 2024
1 parent a597880 commit c72fb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies{
transitive = false
}
modImplementation("net.feltmc:felt-enchanting-api:1.1.0") { transitive false }
implementation(annotationProcessor("io.github.llamalad7:mixinextras-common:0.2.0-beta.11"))
implementation(annotationProcessor("io.github.llamalad7:mixinextras-common:0.4.1"))
modImplementation("dev.trinsdar:ct-fabric-fluid-support:1.0.2")
//modCompileOnly "me.shedaniel:RoughlyEnoughItems-api:${rootProject.rei_version}"
modCompileOnly "me.shedaniel:RoughlyEnoughItems-fabric:${rootProject.rei_version}"
Expand Down

0 comments on commit c72fb80

Please sign in to comment.