From 16cf8cf11c88ac40e82af3b4d7dac1439a66e9d6 Mon Sep 17 00:00:00 2001 From: UnlikePaladin <36827970+UnlikePaladin@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:42:15 -0600 Subject: [PATCH] Make sure the forge run includes mixin extras on it --- forge/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge/build.gradle b/forge/build.gradle index dbb86e577..8d3bec0cf 100755 --- a/forge/build.gradle +++ b/forge/build.gradle @@ -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"))