Skip to content

Commit

Permalink
Added FTB App Paths for Linux and Mac OS (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte authored Jul 15, 2024
1 parent 289c990 commit 7982dab
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public class LauncherInstallations {
"${user.home}/curseforge/minecraft/Install/", // Windows, Curseforge Client
"${env.APPDATA}/com.modrinth.theseus/meta/", // Windows, Modrinth App
"${env.LOCALAPPDATA}/.ftba/bin/", // Windows, FTB App
"${user.home}/.ftba/bin/", // linux, FTB App
"${user.home}/Library/Application Support/.ftba/bin/", // macos, FTB App
"${user.home}/.local/share/PrismLauncher/", // linux, PrismLauncher
"${user.home}/.local/share/multimc/", // linux, MultiMC
"${user.home}/Library/Application Support/PrismLauncher/", // macOS, PrismLauncher
Expand Down

0 comments on commit 7982dab

Please sign in to comment.