Skip to content

Commit d3de26b

Browse files
committed
Fix Forge-like mod version substitution
1 parent 76222bd commit d3de26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/dynamic_fps.base.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (project.hasProperty("loom.platform")) {
2424
tasks.withType<ProcessResources> {
2525
inputs.property("version", modVersion)
2626

27-
filesMatching(listOf("fabric.mod.json", "mods.toml", "neoforge.mods.toml", "quilt.mod.json")) {
27+
filesMatching(listOf("fabric.mod.json", "META-INF/mods.toml", "META-INF/neoforge.mods.toml", "quilt.mod.json")) {
2828
expand(inputs.properties)
2929
}
3030
}

0 commit comments

Comments
 (0)