Add support for Quilt (#97)

This commit is contained in:
Tomate 06 13 2023-01-30 02:16:27 +01:00 committed by GitHub
parent 62a78e9653
commit 7a4221c5e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -525,6 +525,9 @@ 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()
this.client.emit('debug', '[MCLC]: Collected class paths')
return libs
}