mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-01-24 14:34:15 +08:00
fix(modrinth): quilt is already supported. Closes #1746.
This commit is contained in:
parent
499a65d5fb
commit
d3ca50259a
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user