Appearance
@loontail/minecraft-kit v0.5.0 / LaunchOptions
Interface: LaunchOptions
Inputs for kit.launch.compose (and the lower-level composeLaunch helper).
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
auth | readonly | LaunchAuth | - |
extraGameArgs? | readonly | readonly string[] | Extra game args appended after composed game args. |
extraJvmArgs? | readonly | readonly string[] | Extra JVM args appended after composed JVM args. |
features? | readonly | Readonly<Record<string, boolean>> | Set of feature flags evaluated by argument rules (e.g. is_demo_user). |
fullscreen? | readonly | boolean | - |
launcherName? | readonly | string | Brand string injected as ${launcher_name}. |
launcherVersion? | readonly | string | Version string injected as ${launcher_version}. |
memory? | readonly | LaunchMemoryOptions | - |
resolution? | readonly | LaunchResolutionOptions | - |