mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-03 16:51:30 +00:00
NOISSUE add Quilt support for Technic modpacks
This commit is contained in:
@@ -195,6 +195,10 @@ void Technic::TechnicPackProcessor::run(SettingsObjectPtr globalSettings, const
|
|||||||
{
|
{
|
||||||
components->setComponentVersion("net.fabricmc.fabric-loader", libraryName.section(':', 2));
|
components->setComponentVersion("net.fabricmc.fabric-loader", libraryName.section(':', 2));
|
||||||
}
|
}
|
||||||
|
else if (libraryName.startsWith("org.quiltmc:quilt-loader:"))
|
||||||
|
{
|
||||||
|
components->setComponentVersion("org.quiltmc.quilt-loader", libraryName.section(':', 2));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (const JSONValidationError &e)
|
catch (const JSONValidationError &e)
|
||||||
|
Reference in New Issue
Block a user