Skip to content

Commit

Permalink
fix: correctly apply fabric-loom
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Dec 7, 2024
1 parent 093fc43 commit 373be0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ allprojects {
}

subprojects {
if (['fabric-1.20.1', 'fabric-1.21.4'].contains(project.name)) {
if (project.name.startsWith('fabric')) {
apply plugin: 'fabric-loom'
}

Expand Down

0 comments on commit 373be0f

Please sign in to comment.