We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76222bd commit d3de26bCopy full SHA for d3de26b
build-logic/src/main/kotlin/dynamic_fps.base.gradle.kts
@@ -24,7 +24,7 @@ if (project.hasProperty("loom.platform")) {
24
tasks.withType<ProcessResources> {
25
inputs.property("version", modVersion)
26
27
- filesMatching(listOf("fabric.mod.json", "mods.toml", "neoforge.mods.toml", "quilt.mod.json")) {
+ filesMatching(listOf("fabric.mod.json", "META-INF/mods.toml", "META-INF/neoforge.mods.toml", "quilt.mod.json")) {
28
expand(inputs.properties)
29
}
30
0 commit comments