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

use mineskin client to support mineskin api v2

This commit is contained in:
2024-11-27 21:37:21 +03:00
parent fb7020354a
commit 0d56c339d1
10 changed files with 287 additions and 31 deletions

View File

@@ -6,7 +6,7 @@ publishMods {
if (project.name == 'fabric')
file = remapJar.archiveFile
else
file = jar.archiveFile
file = tasks.named('jarJar').get().archiveFile
modLoaders.add(project.name)
type = STABLE