Skip to content

Commit

Permalink
Fix missing refmaps on Forge
Browse files Browse the repository at this point in the history
Closes #85
  • Loading branch information
62832 committed Nov 1, 2023
1 parent 963ce52 commit 1491b9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ loom {
mixinConfig("$modId.mixins.json")
mixinConfig("$modId.forge.mixins.json")
}

@Suppress("UnstableApiUsage")
mixin.add(sourceSets.main.get(), "$modId.forge.refmap.json")
}

repositories {
Expand Down

0 comments on commit 1491b9d

Please sign in to comment.