Skip to content

Commit

Permalink
fix mixinsquared
Browse files Browse the repository at this point in the history
  • Loading branch information
btwonion committed Aug 17, 2024
1 parent 0c4e279 commit 11f8eb8
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 @@ -72,7 +72,7 @@ dependencies {
modImplementation("dev.isxander:yet-another-config-lib:${property("deps.yacl")!!}")
modImplementation("com.terraformersmc:modmenu:${property("deps.modMenu")!!}")

include(implementation(annotationProcessor("com.github.bawnorton.mixinsquared:mixinsquared-fabric:0.2.0-beta.6")!!)!!)
include(implementation(annotationProcessor("com.bawnorton.mixinsquared:mixinsquared-fabric:0.2.0-beta.6")!!)!!)

include(modImplementation("dev.nyon:konfig:2.0.2-1.20.4")!!)
}
Expand Down

0 comments on commit 11f8eb8

Please sign in to comment.