Skip to content

Commit

Permalink
Merge pull request #3 from Bawnorton/fix/mixinsquared-dependency
Browse files Browse the repository at this point in the history
Fix newer versions of MixinSquared breaking older versions
  • Loading branch information
pog5 authored Sep 30, 2024
2 parents c5705ae + 109c2ea commit fb05f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {

// Makes mixin development easier, or so i've heard
include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.4.0")))
include(implementation(annotationProcessor("com.bawnorton.mixinsquared:mixinsquared-fabric:0.2.0-beta.6")))
include(implementation(annotationProcessor("com.github.bawnorton.mixinsquared:mixinsquared-fabric:0.2.0-beta.6")))

// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
Expand Down

0 comments on commit fb05f40

Please sign in to comment.