1
0
mirror of https://github.com/Suiranoil/SkinRestorer.git synced 2026-01-16 04:42:12 +00:00

add pack.mcmeta

This commit is contained in:
2024-07-31 17:13:14 +03:00
parent 9edbb21128
commit f9aa3f664a
2 changed files with 7 additions and 1 deletions

View File

@@ -97,7 +97,7 @@ processResources {
'java_version' : java_version
]
filesMatching(['fabric.mod.json', 'META-INF/mods.toml', 'META-INF/neoforge.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)