mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 10:56:57 +03:00
fix: support Quilt from Minecraft 1.14 onwards
This commit is contained in:
parent
14a0e85862
commit
18ac109e5a
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ void VersionPage::updateVersionControls()
|
|||
bool supportsFabric = minecraftVersion >= Version("1.14");
|
||||
ui->actionInstall_Fabric->setEnabled(controlsEnabled && supportsFabric);
|
||||
|
||||
bool supportsQuilt = minecraftVersion >= Version("1.17.1");
|
||||
bool supportsQuilt = minecraftVersion >= Version("1.14");
|
||||
ui->actionInstall_Quilt->setEnabled(controlsEnabled && supportsQuilt);
|
||||
|
||||
bool supportsLiteLoader = minecraftVersion <= Version("1.12.2");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue