Skip to content

Commit

Permalink
fix mixinextras load
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Jan 13, 2024
1 parent fa7cda2 commit a6c6850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NeoForge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
annotationProcessor "${libs.mixin.asProvider().get()}:processor"

implementation fg.deobf(libs.resourcefulconfig.forge.get())
implementation libs.mixin.extras
minecraftLibrary libs.mixin.extras
jarJar(libs.mixin.extras) {
jarJar.ranged(it, "[${libs.versions.mixin.extras.get()},)")
}
Expand Down

0 comments on commit a6c6850

Please sign in to comment.