Skip to content

Commit

Permalink
Fix Forge
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Nov 12, 2024
1 parent b1e7bda commit c1fd987
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ loom {
useLegacyMixinAp = false
}

if (isForge) {
forge {
mixinConfigs("world-host.mixins.json")
}
}

runs {
getByName("client") {
ideConfigGenerated(true)
Expand Down

0 comments on commit c1fd987

Please sign in to comment.