Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bawnorton committed Sep 30, 2024
1 parent a3b0bbc commit 09e394f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {

include(modImplementation("me.fallenbreath:conditional-mixin-fabric:${project.conditionalmixin_version}"))
include(annotationProcessor(implementation("io.github.llamalad7:mixinextras-fabric:${project.mixinextras_version}")))
include(annotationProcessor(implementation("com.github.bawnorton:mixinsquared-fabric:${project.mixinsquared_version}")))
include(annotationProcessor(implementation("com.github.bawnorton.mixinsquared:mixinsquared-fabric:${project.mixinsquared_version}")))
}

String MIXIN_CONFIG_PATH = 'carpetpatcher.mixins.json'
Expand Down

0 comments on commit 09e394f

Please sign in to comment.