diff --git a/buildSrc/src/main/groovy/shared.gradle b/buildSrc/src/main/groovy/shared.gradle index a417fab..70c3e0d 100644 --- a/buildSrc/src/main/groovy/shared.gradle +++ b/buildSrc/src/main/groovy/shared.gradle @@ -93,7 +93,7 @@ processResources { "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 } inputs.properties(expandProps) @@ -111,4 +111,4 @@ publishing { url System.getenv("local_maven_url") } } -} \ No newline at end of file +}