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