update: "runtime" | "agent" | "fabric" | "legacy-fabric" | "quilt"

Can be used to fine tune GMLL by purposefully skipping certain steps via initialization. By default, GMLL uses these values to get the manifest files related to each of these items.

Vanilla (DO NOT DISABLE unless you know what you are doing)
  • runtime => The manifests needed to install the default java runtimes for minecraft.
  • agent => Install Agenta, used to make sure pre 1.7.10 versions of minecraft can get the assets they want
Modloaders (Can be removed to speed up initialization)
  • fabric => Manifests needed for fabric support
  • legacy-fabric => Manifests needed for legacy-fabric support
  • quilt => Manifests needed for quilt support

More information:

Generated using TypeDoc