pacmc icon indicating copy to clipboard operation
pacmc copied to clipboard

The loader Quilt is not supported by Curseforge

Open TwirlySeal opened this issue 3 years ago • 1 comments

Installing mods from Curseforge to a Quilt 1.18.2 archive isn't working properly for me. Here's an example with the mod CleanCut.

pacmc install cleancut results in the following output:

Resolving versions and dependencies...
[+] resolved slugs
java.lang.IllegalStateException: The loader Quilt is not supported by Curseforge
        at net.axay.pacmc.repoapi.curseforge.CurseforgeApi$getProjectVersions$2$1$1.invokeSuspend(CurseforgeApi.kt:68)
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
        at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:749)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)

This happens with many other mods on Curseforge as well.

TwirlySeal avatar Aug 19 '22 13:08 TwirlySeal

Thanks for the report, this is a pacmc "bug" (unimplemented feature), I will fix it once I am back from vacation.

jakobkmar avatar Aug 21 '22 14:08 jakobkmar