diff --git a/components/handler.js b/components/handler.js index 60cf42c..4ef7890 100644 --- a/components/handler.js +++ b/components/handler.js @@ -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 }