Skip to content

Commit

Permalink
Forge build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Adubbz authored Oct 30, 2024
1 parent 98f3e2a commit b2a4eed
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 @@ -112,4 +113,4 @@ curseforge {
displayName = "${mod_display_name} ${name} ${version}"
}
}
}
}

0 comments on commit b2a4eed

Please sign in to comment.