Skip to content

Commit

Permalink
Update Forge build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Adubbz authored Oct 30, 2024
1 parent 7c9b151 commit 2b1db2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
base.archivesName.set("${mod_name}-forge")

mixin {
add sourceSets.main, "${mod_id}.refmap.json"
config("${mod_id}.mixins.json")
config("${mod_id}.forge.mixins.json")
}
Expand Down Expand Up @@ -114,4 +115,4 @@ curseforge {
requiredDependency 'glitchcore'
}
}
}
}

0 comments on commit 2b1db2e

Please sign in to comment.