mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Add quilt as a supported loader
This commit is contained in:
parent
c1fae299b8
commit
aac9404848
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ modrinth {
|
|||
versionNumber = version.toString()
|
||||
versionName = archivesBaseName + '-' + version
|
||||
changelog = "[Changelog](https://github.com/Sollace/Unicopia/releases/tag/${version.toString()})"
|
||||
loaders = ['fabric', 'quilt']
|
||||
uploadFile = remapJar
|
||||
outlet.mcVersions().each{ver ->
|
||||
gameVersions.add ver
|
||||
|
|
Loading…
Reference in a new issue