PrismLauncher/launcher/modplatform/import_ftb
Marco von Rosenberg bd49dc4e7b fix: prioritize .ftbapp/version.json in FTB App import
Newer versions of FTB App create a stub version.json in the instance
root with only a comment directing to .ftbapp/version.json. The old
logic would find this stub file first and fail to parse it, causing
modpacks to not be detected.

This fix checks .ftbapp/version.json first (newer location) before
falling back to the root version.json (older location).

Signed-off-by: Marco von Rosenberg <codingmarco@gmail.com>
Signed-off-by: Charlie <u7919347@anu.edu.au>
2025-10-22 12:16:52 +11:00
..
PackHelpers.cpp fix: prioritize .ftbapp/version.json in FTB App import 2025-10-22 12:16:52 +11:00
PackHelpers.h Add totalTimePlayed for FTBApp import 2024-03-09 19:36:40 +08:00
PackInstallTask.cpp Add Ornithe, LegacyFabric and Rift mod loader filters 2025-08-05 11:12:22 +02:00
PackInstallTask.h send by reference 2023-07-13 19:58:08 +03:00