From 01660cc76cec620a3ab57536df6c31a7a61687f0 Mon Sep 17 00:00:00 2001 From: Adubbz Date: Thu, 31 Oct 2024 09:10:21 +1100 Subject: [PATCH] Forge build.gradle fixes --- Forge/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Forge/build.gradle b/Forge/build.gradle index 8a01fca..8d5e29b 100644 --- a/Forge/build.gradle +++ b/Forge/build.gradle @@ -49,6 +49,8 @@ dependencies { mixin { add sourceSets.main, "${mod_id}.refmap.json" + config("${mod_id}.mixins.json") + config("${mod_id}.forge.mixins.json") } // As of 1.20.6 Forge no longer has reobf tasks. This has broken mixins adding configs correctly into the manifest file