Added support for FTB application modpacks via modpacks.ch

For #524
This commit is contained in:
Geoff Bourne
2020-05-31 18:18:54 -05:00
parent 9ec336283f
commit aa42633ab2
13 changed files with 265 additions and 194 deletions
+5 -1
View File
@@ -83,10 +83,14 @@ case "${TYPE^^}" in
exec /start-deployFabric "$@"
;;
FTB|CURSEFORGE)
FTBA)
exec /start-deployFTB "$@"
;;
CURSEFORGE|FTB)
exec /start-deployCF "$@"
;;
VANILLA)
exec /start-deployVanilla "$@"
;;