fix(modrinth): quilt is already supported. Closes #1746.
This commit is contained in:
@@ -72,7 +72,8 @@ public class ModrinthInstallTask extends Task<Void> {
|
||||
builder.version("fabric", modLoader.getValue());
|
||||
break;
|
||||
case "quilt-loader":
|
||||
throw new IllegalStateException("Quilt Modloader is not supported");
|
||||
builder.version("quilt", modLoader.getValue());
|
||||
break;
|
||||
default:
|
||||
throw new IllegalStateException("Unsupported mod loader " + modLoader.getKey());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user