Skip to content

Commit

Permalink
Forge build.gradle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Adubbz authored Oct 30, 2024
1 parent 3ebfad5 commit 01660cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01660cc

Please sign in to comment.