Adding Vanilla Tweaks Options (#1246)

This commit is contained in:
chblodg
2022-01-03 19:59:19 -08:00
committed by GitHub
parent e93cc569c6
commit 83d3555eab
13 changed files with 291 additions and 46 deletions

View File

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