Skip to content

Commit

Permalink
Yep, maybe I should double verify changes to buildscripts...
Browse files Browse the repository at this point in the history
  • Loading branch information
quinn-semele committed Oct 27, 2024
1 parent 6b5017b commit 0722b81
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions buildSrc/src/main/kotlin/multiloader-child.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ tasks {
processResources {
parents.forEach {
dependsOn(configurations.getByName("${it}Resources"))
from(configurations.getByName("${it}Resources"))
from(configurations.getByName("${it}Resources")) {
exclude("fabric.mod.json")
}
}
}
}
}

0 comments on commit 0722b81

Please sign in to comment.