Skip to content

Commit

Permalink
Make sure the forge run includes mixin extras on it
Browse files Browse the repository at this point in the history
  • Loading branch information
UnlikePaladin committed Sep 12, 2024
1 parent f80af0b commit 16cf8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
parchment("org.parchmentmc.data:parchment-1.16.5:2022.03.06@zip")
}

shadowCommon(compileOnly(annotationProcessor("io.github.llamalad7:mixinextras-common:0.3.6")))
shadowCommon(implementation(annotationProcessor("io.github.llamalad7:mixinextras-common:0.3.6")))

// Libraries
shadowCommon(forgeRuntimeLibrary("com.github.FiguraMC.luaj:luaj-core:$luaj-figura"))
Expand Down

0 comments on commit 16cf8cf

Please sign in to comment.