mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-23 03:17:53 +01:00
string substitution fixes
This commit is contained in:
parent
eeb6e0f37a
commit
1d9f96a822
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class SubprojectPlugin: Plugin<Project> {
|
|||
}
|
||||
}
|
||||
|
||||
val processResourcesExpandFiles = listOf("pack.mcmeta", "fabric.mod.json", "META-INF/mods.toml")
|
||||
val processResourcesExpandFiles = listOf("pack.mcmeta", "fabric.mod.json", "META-INF/neoforge.mods.toml")
|
||||
|
||||
val processResourcesExpandProperties = listOf(
|
||||
"mod_id",
|
||||
|
|
Loading…
Reference in a new issue