Add support for Fabric server

This commit is contained in:
crazymanjinn
2019-07-09 23:19:59 -04:00
parent 3ddbbf41d8
commit e751369d38
4 changed files with 155 additions and 1 deletions
+4
View File
@@ -77,6 +77,10 @@ case "${TYPE^^}" in
exec /start-deployForge $@
;;
FABRIC)
exec /start-deployFabric $@
;;
FTB|CURSEFORGE)
exec /start-deployFTB $@
;;