Added support for downloading and installing datapacks (#1214)

This commit is contained in:
Caden Kriese
2021-12-22 06:01:23 -07:00
committed by GitHub
parent 52bf2ae094
commit bf5824b6e5
3 changed files with 89 additions and 1 deletions

View File

@@ -69,4 +69,4 @@ if [[ "$WORLD" ]] && ( isTrue "${FORCE_WORLD_COPY}" || [ ! -d "$worldDest" ] );
fi
fi
exec "${SCRIPTS:-/}start-setupModpack" "$@"
exec "${SCRIPTS:-/}start-setupDatapack" "$@"