pre-emptively support neoforge.mods.toml

This commit is contained in:
Jared 2024-04-20 01:03:10 -06:00 committed by GitHub
parent 985f33d90c
commit 79514823e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,7 +93,7 @@ processResources {
"java_version": java_version "java_version": java_version
] ]
filesMatching(['pack.mcmeta', 'fabric.mod.json', 'META-INF/mods.toml', '*.mixins.json']) { filesMatching(['pack.mcmeta', 'fabric.mod.json', 'META-INF/mods.toml', 'META-INF/neoforge.mods.toml', '*.mixins.json']) {
expand expandProps expand expandProps
} }
inputs.properties(expandProps) inputs.properties(expandProps)