mirror of
https://github.com/Suiranoil/SkinRestorer.git
synced 2026-01-16 04:42:12 +00:00
implement skinshuffle support (closes #34)
This commit is contained in:
@@ -22,6 +22,9 @@ publishMods {
|
||||
|
||||
minecraftVersions.addAll(minecraft_version_list.split(','))
|
||||
serverRequired = true
|
||||
|
||||
if (project.name == 'fabric')
|
||||
optional(fabric_optional_dependencies.split(','))
|
||||
}
|
||||
|
||||
modrinth {
|
||||
@@ -31,5 +34,8 @@ publishMods {
|
||||
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
|
||||
|
||||
minecraftVersions.addAll(minecraft_version_list.split(','))
|
||||
|
||||
if (project.name == 'fabric')
|
||||
optional(fabric_optional_dependencies.split(','))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user