pre-emptively support neoforge.mods.toml
This commit is contained in:
parent
985f33d90c
commit
79514823e2
|
|
@ -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)
|
||||||
|
|
@ -111,4 +111,4 @@ publishing {
|
||||||
url System.getenv("local_maven_url")
|
url System.getenv("local_maven_url")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user