Skip to content

Commit

Permalink
fix: fixed incorrect mixin configuration #5050
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBv committed Dec 28, 2023
1 parent 4444cf2 commit e94be89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ dependencies {
//runtimeOnly fg.deobf("mezz.jei:jei-1.20.1-forge-15.2.0.25")
implementation fg.deobf("curse.maven:citadel-331936:4744075")

implementation(annotationProcessor("io.github.llamalad7:mixinextras-common:0.3.2"))
implementation(jarJar("io.github.llamalad7:mixinextras-neoforge:0.3.2")) {
jarJar.ranged(it, "[0.3.2,)")
}
Expand Down

0 comments on commit e94be89

Please sign in to comment.