Skip to content

Commit

Permalink
Fix Forge-like mod version substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
LostLuma committed Jul 23, 2024
1 parent 76222bd commit d3de26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/dynamic_fps.base.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (project.hasProperty("loom.platform")) {
tasks.withType<ProcessResources> {
inputs.property("version", modVersion)

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")) {
expand(inputs.properties)
}
}

0 comments on commit d3de26b

Please sign in to comment.