Interface LaunchOptions

Launch options for minecraft

Hierarchy

  • LaunchOptions

Properties

assets?: AssetIndex

Asset index injection

detach?: boolean

If true then minecraft will not close if you close your launcher!

env?: {
    [key: string]: string;
}

environment variables

Type declaration

  • [key: string]: string
javaPath?: string

Define a custom java path.

Warning

It is recommended to let GMLL handle this for you. It is solely changeable to achieve parody with the vanilla launcher. Changing this can easily break older versions of forge, cause graphical corruption, crash legacy versions of minecraft, cause issues with arm Macs and a whole host of random BS. If brought up in the support channels for GMLL, you'll be asked to set this to it's default value if we see that you have changed it.

meta?: any

Custom data your launcher can use

name?: string

The name of the instance

noLegacyFix?: boolean

By default GMLL spins up a proxy server when launching Minecraft 1.5.2 and older to reroute some requests that no longer work

path?: string

The installation path

ram?: number

Ram in GB

version?: string

The version of the game to load

Generated using TypeDoc