Skip to content

Commit

Permalink
mixinextras doesnt wanna work
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Nov 27, 2023
1 parent e28cb89 commit edc774b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ dependencies {
modCompileOnly("maven.modrinth:particle-rain:v2.0.5")

// MixinExtras
modApi("io.github.llamalad7:mixinextras-fabric:$mixin_extras_version")?.let { annotationProcessor(it); }
implementation("com.github.llamalad7.mixinextras:mixinextras-fabric:$mixin_extras_version")?.let { annotationProcessor(it); }

// Sodium
modCompileOnly("maven.modrinth:sodium:${sodium_version}")
Expand Down

0 comments on commit edc774b

Please sign in to comment.