Corresponding frontend PR to modrinth/labrinth#449 (#763)

Co-authored-by: Prospector <prospectordev@gmail.com>
Fixes https://github.com/modrinth/knossos/issues/597
Fixes https://github.com/modrinth/knossos/issues/593
Fixes https://github.com/modrinth/knossos/issues/768
This commit is contained in:
triphora
2022-12-14 19:36:28 -05:00
committed by GitHub
parent 03a6b0311f
commit 520f9801be
10 changed files with 298 additions and 127 deletions

View File

@@ -181,9 +181,7 @@ Questions? [Join the Modrinth Discord for support!](https://discord.gg/EUHuJHt)`
categories: [],
client_side: this.getClientSide(),
server_side: this.getServerSide(),
license_id: this.$tag.licenses.map((it) => it.short).includes('arr')
? 'arr'
: this.$tag.licenses[0].short,
license_id: 'LicenseRef-All-Rights-Reserved',
is_draft: true,
})
)