@ -394,7 +394,7 @@ bool ModrinthCreationTask::parseManifest(const QString& index_path,
|
|||||||
for (auto file : optionalFiles) {
|
for (auto file : optionalFiles) {
|
||||||
if (selectedMods.contains(file.path)) {
|
if (selectedMods.contains(file.path)) {
|
||||||
file.required = true;
|
file.required = true;
|
||||||
} else if (file.path.endsWith(".jar")) {
|
} else {
|
||||||
file.path += ".disabled";
|
file.path += ".disabled";
|
||||||
}
|
}
|
||||||
files.push_back(file);
|
files.push_back(file);
|
||||||
|
Reference in New Issue
Block a user