Revert "[Backport release-8.x] Use minecraft instead of .minecraft for better accessibility"

This commit is contained in:
TheKodeToad 2024-02-04 16:08:16 +00:00 committed by GitHub
parent cf6ffc3954
commit 25ba275230
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 16 additions and 16 deletions

View file

@ -164,8 +164,8 @@ void InstanceImportTask::processZipPack()
} else if (technicFound) {
// process as Technic pack
qDebug() << "Technic:" << technicFound;
extractDir.mkpath("minecraft");
extractDir.cd("minecraft");
extractDir.mkpath(".minecraft");
extractDir.cd(".minecraft");
m_modpackType = ModpackType::Technic;
} else {
QStringList paths_to_ignore{ "overrides/" };