Skip to content

Commit

Permalink
Fix forge dependency range
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Dec 20, 2023
1 parent 7c18a87 commit f5001ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/resources/mods.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ModsDotGroovy.make {
}

onForge {
forge = ">=${this.libs.versions.forge}"
forge = ">=${this.libs.versions.forge.split(/-/)[1]}"
}

onFabric {
Expand Down

0 comments on commit f5001ff

Please sign in to comment.