mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-25 05:26:22 +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')))
|
libs = libs.concat((await this.downloadToDirectory(libraryDirectory, parsed, 'classes')))
|
||||||
counter = 0
|
counter = 0
|
||||||
|
|
||||||
|
// Sort libs by name because Quilt needs that for some reason
|
||||||
|
libs.sort()
|
||||||
|
|
||||||
this.client.emit('debug', '[MCLC]: Collected class paths')
|
this.client.emit('debug', '[MCLC]: Collected class paths')
|
||||||
return libs
|
return libs
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue