Rename 'mods.toml' file for NeoForge

This commit is contained in:
Aizistral
2026-01-29 02:01:26 +01:00
parent 605823a3f0
commit d533dd8938
2 changed files with 1 additions and 1 deletions

View File

@@ -67,7 +67,7 @@ tasks.withType(ProcessResources).configureEach {
inputs.properties replaceProperties
filesMatching(['META-INF/mods.toml', 'pack.mcmeta']) {
filesMatching(['META-INF/neoforge.mods.toml', 'pack.mcmeta']) {
expand replaceProperties + [project: project]
}
}