mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-05 21:23:59 +03:00
Add support for Quilt (#97)
This commit is contained in:
parent
62a78e9653
commit
7a4221c5e9
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue