Hotfix for Quilt, updating clientPackage usage & docs

This commit is contained in:
Pierce 2023-02-01 13:36:30 -08:00
parent 783536d7bf
commit 63ef1da31e
2 changed files with 4 additions and 5 deletions

View file

@ -525,8 +525,8 @@ class Handler {
libs = libs.concat((await this.downloadToDirectory(libraryDirectory, parsed, 'classes')))
counter = 0
// Sort libs by name because Quilt needs that for some reason
libs.sort()
// Temp Quilt support
if (classJson) libs.sort()
this.client.emit('debug', '[MCLC]: Collected class paths')
return libs