Added support for NeoForge (#2408)

This commit is contained in:
Geoff Bourne
2023-10-03 18:00:24 -05:00
committed by GitHub
parent d5e315bba8
commit fa235e97c5
4 changed files with 55 additions and 1 deletions

View File

@@ -185,6 +185,10 @@ case "${TYPE^^}" in
exec "${SCRIPTS:-/}start-deployForge" "$@"
;;
NEOFORGE|NEOFORGED)
exec "${SCRIPTS:-/}start-deployNeoForge" "$@"
;;
FABRIC)
exec "${SCRIPTS:-/}start-deployFabric" "$@"
;;