mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-16 00:45:25 +00:00
Add support for Fabric server
This commit is contained in:
@@ -77,6 +77,10 @@ case "${TYPE^^}" in
|
||||
exec /start-deployForge $@
|
||||
;;
|
||||
|
||||
FABRIC)
|
||||
exec /start-deployFabric $@
|
||||
;;
|
||||
|
||||
FTB|CURSEFORGE)
|
||||
exec /start-deployFTB $@
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user